releng: v0.0.3

This commit is contained in:
moznion
2020-12-12 14:18:49 +09:00
parent c2ed7ac6cd
commit 749c8eddb1
4 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
[package]
name = "examples"
version = "0.0.2"
version = "0.0.3"
publish = false
edition = "2018"
license-file = "../LICENSE"
repository = "https://github.com/moznion/radius-rs"
[dev-dependencies]
radius = { version = "0.0.2", path = "../radius" }
radius = { version = "0.0.3", path = "../radius" }
log = "0.4.11"
env_logger = "0.8.2"
tokio = { version = "0.3.4", features = ["signal", "net"] }