Skip to content

Commit

Permalink
rnet: bump to v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Nov 15, 2023
1 parent d47e1b4 commit 436962a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rnet-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "rnet-example"
version = "0.3.0"
version = "0.3.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]

[dependencies]
rnet = { version = "0.3.0", path = "../rnet" }
rnet = { version = "0.3.1", path = "../rnet" }
linkme = "0.2.7"
4 changes: 2 additions & 2 deletions rnet-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnet-gen"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
readme = "../README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ description = "Generator for rnet."

[dependencies]
libloading = "0.7.1"
rnet = { version = "0.3.0", path = "../rnet" }
rnet = { version = "0.3.1", path = "../rnet" }
structopt = "0.3"
anyhow = "1.0"
heck = "0.3.3"
2 changes: 1 addition & 1 deletion rnet-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnet-macros"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
readme = "../README.md"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions rnet-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnet-tests"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
readme = "../README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -12,5 +12,5 @@ description = "Tests for rnet."
crate-type = ["cdylib"]

[dependencies]
rnet = { version = "0.3.0", path = "../rnet" }
rnet = { version = "0.3.1", path = "../rnet" }
linkme = "0.2.7"
4 changes: 2 additions & 2 deletions rnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnet"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
readme = "../README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -11,7 +11,7 @@ description = "Easily call into Rust from C# or other .net langauges."

[dependencies]
linkme = "0.2.7"
rnet-macros = { version = "0.3.0", path = "../rnet-macros" }
rnet-macros = { version = "0.3.1", path = "../rnet-macros" }
uuid = { version = "0.8.2", optional = true }
chrono = { version = "0.4.19", optional = true }
rustversion = "1.0.14"

0 comments on commit 436962a

Please sign in to comment.