Skip to content

Commit

Permalink
Merge branch '0.26.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Feb 22, 2024
2 parents c44e6aa + feb1f5f commit 36c822b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ arrayvec = { version = "0.7", default-features = false }
nohash-hasher = { version = "0.2", optional = true }

[dev-dependencies]
csv = "1"
csv = "1.3"
iai = { version = "0.1", git = "https://github.com/sigaloid/iai", rev = "d56a5971f6d5556cd9e9b92e7e0f753c9ce9cdc7" }
serde = { version = "1", features = ["derive"] }
serde_with = "3"
serde = { version = "1.0.197", features = ["derive"] }
serde_with = "3.6.1"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 36c822b

Please sign in to comment.