forked from Deuxfleurs/garage
Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type)
This commit is contained in:
parent
1d1d497e2b
commit
ceeb0732a2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ path = "lib.rs"
|
|||
garage_util = { version = "0.1.1", path = "../util" }
|
||||
garage_rpc = { version = "0.1.1", path = "../rpc" }
|
||||
garage_table = { version = "0.1.1", path = "../table" }
|
||||
model010 = { package = "garage_model", version = "0.1.0" }
|
||||
model010 = { package = "garage_model_010b", version = "0.0.1" }
|
||||
|
||||
bytes = "0.4"
|
||||
rand = "0.7"
|
||||
|
|
Loading…
Reference in a new issue