Skip to content

Commit

Permalink
Update string-interner to v0.19 (#1367)
Browse files Browse the repository at this point in the history
update string-interner to v0.19
  • Loading branch information
Robbepop authored Feb 11, 2025
1 parent 058b1c8 commit 6132dfd
Show file tree
Hide file tree
Showing 2 changed files with 3 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 crates/collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude.workspace = true

[dependencies]
hashbrown = { version = "0.15.1", default-features = false, optional = true, features = ["default-hasher", "inline-more"] }
string-interner = { version = "0.18", default-features = false, optional = true, features = ["inline-more", "backends"] }
string-interner = { version = "0.19", default-features = false, optional = true, features = ["inline-more", "backends"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 6132dfd

Please sign in to comment.