Releng: v0.1.0

This commit is contained in:
moznion
2020-12-22 09:41:08 +09:00
parent 2140127ce9
commit 24b261798a
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "code-generator"
version = "0.0.3"
version = "0.1.0"
edition = "2018"
license-file = "../LICENSE"
publish = false

View File

@@ -1,11 +1,11 @@
[package]
name = "e2e-test"
version = "0.0.3"
version = "0.1.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
[dependencies]
radius = { version = "0.0.3", path = "../radius" }
radius = { version = "0.1.0", path = "../radius" }
tokio = { version = "0.3.5", features = ["signal", "net"] }
async-trait = "0.1.42"

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "radius"
version = "0.0.3"
version = "0.1.0"
authors = ["moznion <moznion@gmail.com>"]
edition = "2018"
description = "An async/await native implementation of the RADIUS server and client for Rust."