releng: prepare the publishing

This commit is contained in:
moznion
2020-12-12 13:37:05 +09:00
parent 7633e2a49c
commit 2855b42cb2
4 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "e2e-test"
version = "0.1.0"
version = "0.0.1"
edition = "2018"
license-file = "../LICENSE"
publish = false
[dependencies]
radius = { version = "0.1.0", path = "../radius" }
radius = { version = "0.0.1", path = "../radius" }
tokio = { version = "0.3.5", features = ["signal", "net"] }
async-trait = "0.1.42"