Skip to content

Commit

Permalink
releng: 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: moznion <moznion@mail.moznion.net>
  • Loading branch information
moznion committed May 18, 2022
1 parent 62bb636 commit 02f5218
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.2.1"
version = "0.3.0"
edition = "2018"
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.2.1"
version = "0.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false

[dependencies]
radius = { version = "0.2.1", path = "../radius" }
radius = { version = "0.3.0", path = "../radius" }
tokio = { version = "1.6.1", features = ["signal", "net"] }
async-trait = "0.1.50"
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.2.1"
version = "0.3.0"
publish = false
edition = "2018"
license-file = "../LICENSE"
repository = "https://github.com/moznion/radius-rs"

[dev-dependencies]
radius = { version = "0.2.1", path = "../radius" }
radius = { version = "0.3.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.2.1"
version = "0.3.0"
authors = ["moznion <moznion@gmail.com>"]
edition = "2018"
description = "An async/await native implementation of the RADIUS server and client for Rust."
Expand Down

0 comments on commit 02f5218

Please sign in to comment.