Skip to content

Commit

Permalink
fix issue where wrong version of rusteron-code-gen is picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
mimran1980 committed Jan 12, 2025
1 parent 6ec2bd0 commit a227386
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exclude = ["rusteron-docker-samples/rusteron-dummy-example"]
resolver = "2"

[workspace.dependencies]
rusteron-code-gen = { path = "rusteron-code-gen" }
ctrlc = "3.4"
bindgen = "0.71"
cmake = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion rusteron-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pkg-config = { workspace = true }
proc-macro2 = { workspace = true }
regex = { workspace = true}
log = { workspace = true}
rusteron-code-gen = {path = "../rusteron-code-gen", version = "0"}
rusteron-code-gen = { workspace = true }

[dev-dependencies]
serial_test = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rusteron-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dunce = { workspace = true }
pkg-config = { workspace = true }
proc-macro2 = { workspace = true }
itertools = { workspace = true }
rusteron-code-gen = {path = "../rusteron-code-gen", version = "0"}
rusteron-code-gen = { workspace = true }
log = { workspace = true}
regex = { workspace = true}

Expand Down
2 changes: 1 addition & 1 deletion rusteron-media-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cmake = { workspace = true }
dunce = { workspace = true }
pkg-config = { workspace = true }
proc-macro2 = { workspace = true }
rusteron-code-gen = { path = "../rusteron-code-gen", version = "0" }
rusteron-code-gen = { workspace = true }
log = { workspace = true}
regex = { workspace = true}

Expand Down
2 changes: 1 addition & 1 deletion rusteron-rb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cmake = { workspace = true }
dunce = { workspace = true }
pkg-config = { workspace = true }
proc-macro2 = { workspace = true }
rusteron-code-gen = { path = "../rusteron-code-gen", version = "0" }
rusteron-code-gen = { workspace = true }
log = { workspace = true}
regex = { workspace = true}

Expand Down

0 comments on commit a227386

Please sign in to comment.