Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
N8BWert committed Sep 19, 2024
1 parent d25fd1b commit 664026d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "1.1.2"
version = "1.1.3"
edition = "2021"
license = "MIT"
description = "Rust Node-Based Communication Prototype Framework"
Expand All @@ -40,14 +40,14 @@ categories = ["science::robotics"]

[workspace.dependencies]
# NComm
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 }
ncomm = { path = "ncomm", version = "1.1.3", default-features = false }
ncomm-core = { path = "ncomm-core", version = "1.1.3", default-features = false }
ncomm-utils = { path = "ncomm-utils", version = "1.1.3", default-features = false }
ncomm-executors = { path = "ncomm-executors", version = "1.1.3", default-features = false }
ncomm-publishers-and-subscribers = { path = "ncomm-publishers-and-subscribers", version = "1.1.3", default-features = false }
ncomm-clients-and-servers = { path = "ncomm-clients-and-servers", version = "1.1.3", default-features = false }
ncomm-update-clients-and-servers = { path = "ncomm-update-clients-and-servers", version = "1.1.3", default-features = false }
ncomm-nodes = { path = "ncomm-nodes", version = "1.1.3", default-features = false }

# Outside Dependencies
crossbeam = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cargo add ncomm --default-features=false --features=alloc

## API Documentation

The API documentation for NComm can be found on [crates.io](https://crates.io/crates/ncomm) for release versions.
The API documentation for NComm can be found on [docs.rs](https://docs.rs/ncomm/1.1.3/ncomm/) for release versions.

To view the API documentation for the current dev version of NComm, clone the repo and run:
```sh
Expand Down
2 changes: 1 addition & 1 deletion ncomm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//!
//! ## API Documentation
//!
//!The API documentation for NComm can be found on [crates.io](https://crates.io/crates/ncomm) for release versions.
//!The API documentation for NComm can be found on [docs.rs](https://docs.rs/ncomm/1.1.3/ncomm/) for release versions.
//!To view the API documentation for the current dev version of NComm, clone the repo and run:
//!```sh
//! cargo doc --no-deps
Expand Down

0 comments on commit 664026d

Please sign in to comment.