Skip to content

Commit

Permalink
update fractional_index version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed May 5, 2024
1 parent 7106d85 commit 2e4c538
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["data-structures", "web-programming::websocket", "wasm"]
serde = { version = "1.0.143", features = ["derive"] }
uuid = { version = "1.1.2", features = ["serde", "v4", "js"] }
aper_derive = { version="0.2.1", path="./aper_derive" }
fractional_index = "1.0.0"
fractional_index = "2.0.1"
im-rc = { version = "15.1.0", features = ["serde"] }

[dev-dependencies]
Expand Down
1 change: 1 addition & 0 deletions aper/src/data_structures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod atom;
mod atom_rc;
mod constant;
mod counter;
#[allow(deprecated)] // ZenoIndex is deprecated in fractional_index 2.0.0.
mod list;
mod map;

Expand Down

0 comments on commit 2e4c538

Please sign in to comment.