Skip to content

Commit

Permalink
update rpds to v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Nov 6, 2022
1 parent 1072958 commit 210695d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ smallvec = { version = "1.8.0", features = ["const_generics"], default-features
arrayvec = { version = "0.7", default-features = false, optional = true }
tinyvec = { version = "1.4", features = ["rustc_1_55", "alloc"], default-features = false, optional = true }
ndarray = { version = "0.15", default-features = false, optional = true }
rpds = { version = "0.11", default-features = false, optional = true }
rpds = { version = "0.12", default-features = false, optional = true }
archery = { version = "0.4", default-features = false, optional = true }
im = { version = "15", default-features = false, optional = true }
im-rc = { version = "15", default-features = false, optional = true }
Expand Down

0 comments on commit 210695d

Please sign in to comment.