Skip to content

Commit

Permalink
Remove patch for value-trait (PR has been published)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett committed Oct 22, 2024
1 parent 2703f90 commit 1c41d6a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ simdutf8 = { version = "0.1.4", features = ["public_imp", "aarch64_neon"] }

beef = { version = "0.5", optional = true }
halfbrown = "0.2"
value-trait = { version = "0.10.0" }
value-trait = { version = "0.10" }
# ahash known key
once_cell = { version = "1.17", optional = true }
ahash = { version = "0.8", optional = true }
Expand Down Expand Up @@ -155,7 +155,3 @@ unexpected_cfgs = { level = "allow", check-cfg = [
# Tool specific configurations
'cfg(tarpaulin_include)',
] }


[patch.crates-io]
value-trait = { git = 'https://github.com/simd-lite/value-trait', branch = "main" }

0 comments on commit 1c41d6a

Please sign in to comment.