Fix dependency specification for rpc crate in dicebot.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-09-04 23:24:52 +00:00
parent 2488429edb
commit c8c6f4d6f0
2 changed files with 1 additions and 4 deletions

View File

@ -40,7 +40,7 @@ substring = "1.4"
fuse-rust = "0.2" fuse-rust = "0.2"
tonic = "0.4" tonic = "0.4"
prost = "0.7" prost = "0.7"
tenebrous-rpc = { path = "../rpc" } tenebrous-rpc = { path = "../rpc", version = "0.1.0" }
[dependencies.sqlx] [dependencies.sqlx]
version = "0.5" version = "0.5"

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}