Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
N8BWert committed Sep 14, 2024
1 parent c052e63 commit b9993d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ categories = ["science::robotics"]

[workspace.dependencies]
# NComm
ncomm = { path = "ncomm", version = "1.1.1", default-features = false }
ncomm-core = { path = "ncomm-core", version = "1.1.1", default-features = false }
ncomm-utils = { path = "ncomm-utils", version = "1.1.1", default-features = false }
ncomm-executors = { path = "ncomm-executors", version = "1.1.1", default-features = false }
ncomm-publishers-and-subscribers = { path = "ncomm-publishers-and-subscribers", version = "1.1.1", default-features = false }
ncomm-clients-and-servers = { path = "ncomm-clients-and-servers", version = "1.1.1", default-features = false }
ncomm-update-clients-and-servers = { path = "ncomm-update-clients-and-servers", version = "1.1.1", default-features = false }
ncomm-nodes = { path = "ncomm-nodes", version = "1.1.1", default-features = false }
ncomm = { path = "ncomm", version = "1.1.2", default-features = false }
ncomm-core = { path = "ncomm-core", version = "1.1.2", default-features = false }
ncomm-utils = { path = "ncomm-utils", version = "1.1.2", default-features = false }
ncomm-executors = { path = "ncomm-executors", version = "1.1.2", default-features = false }
ncomm-publishers-and-subscribers = { path = "ncomm-publishers-and-subscribers", version = "1.1.2", default-features = false }
ncomm-clients-and-servers = { path = "ncomm-clients-and-servers", version = "1.1.2", default-features = false }
ncomm-update-clients-and-servers = { path = "ncomm-update-clients-and-servers", version = "1.1.2", default-features = false }
ncomm-nodes = { path = "ncomm-nodes", version = "1.1.2", default-features = false }

# Outside Dependencies
crossbeam = "0.8.4"
Expand Down

0 comments on commit b9993d3

Please sign in to comment.