Skip to content

Commit

Permalink
Merge pull request #46 from moznion/releng/v0.4.0
Browse files Browse the repository at this point in the history
releng: v0.4.0
  • Loading branch information
moznion authored Jan 15, 2024
2 parents 08a1411 + 632778c commit afd1abf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion code-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "code-generator"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
license-file = "../LICENSE"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions e2e-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "e2e-test"
version = "0.3.1"
version = "0.4.0"
edition = "2018"
license-file = "../LICENSE"
publish = false

[dependencies]
radius = { version = "0.3.1", path = "../radius" }
radius = { version = "0.4.0", path = "../radius" }
tokio = { version = "1.35.1", features = ["signal", "net"] }
async-trait = "0.1.77"
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "examples"
version = "0.3.1"
version = "0.4.0"
publish = false
edition = "2021"
license-file = "../LICENSE"
repository = "https://github.com/moznion/radius-rs"

[dev-dependencies]
radius = { version = "0.3.1", path = "../radius" }
radius = { version = "0.4.0", path = "../radius" }
log = "0.4.11"
env_logger = "0.8.2"
tokio = { version = "1.0.1", features = ["signal", "net"] }
Expand Down
2 changes: 1 addition & 1 deletion radius/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "radius"
version = "0.3.1"
version = "0.4.0"
authors = ["moznion <[email protected]>"]
edition = "2021"
description = "An async/await native implementation of the RADIUS server and client for Rust."
Expand Down

0 comments on commit afd1abf

Please sign in to comment.