Skip to content

Commit

Permalink
Update skl requirement from 0.19 to 0.20
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: skl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent f24d3e9 commit 4b253f3
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 @@ -36,7 +36,7 @@ ref-cast = "1"
rarena-allocator = { version = "0.4", default-features = false }
crossbeam-skiplist = { version = "0.1", default-features = false, package = "crossbeam-skiplist-pr1132", optional = true }
crossbeam-skiplist-mvcc = { version = "0.2", optional = true }
skl = { version = "0.19", default-features = false, features = ["alloc"] }
skl = { version = "0.20", default-features = false, features = ["alloc"] }
paste = "1"

tracing = { version = "0.1", default-features = false, optional = true }
Expand Down

0 comments on commit 4b253f3

Please sign in to comment.