releng: 0.3.0

Signed-off-by: moznion <moznion@mail.moznion.net>
This commit is contained in:
moznion
2022-05-18 12:42:46 -07:00
parent 62bb6366c7
commit 02f521872e
4 changed files with 6 additions and 6 deletions

View File

@@ -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"] }