Skip to content

Commit

Permalink
Add missing dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Nov 2, 2021
1 parent 1b4dd62 commit dc5ff31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/blob/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc"] }
postcard = { version = "0.7.0", default-features = false }
erased-serde = { version = "0.3", default-features = false, features = ["alloc"] }
litemap = { version = "0.2.0", path = "../../utils/litemap/", features = ["serde"] }
writeable = { path = "../../utils/writeable" }
writeable = { version = "0.2", path = "../../utils/writeable" }
yoke = { version = "0.3.1", path = "../../utils/yoke" }

# For the export feature
Expand Down

0 comments on commit dc5ff31

Please sign in to comment.