Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 637d4be

Browse files
author
DJ
authored
update permutation crate (#128)
1 parent d7eb12b commit 637d4be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

master.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ num-bigint = "^0.4"
2828
num-rational = "^0.4"
2929
num-traits = "^0.2"
3030
perf_stats = { version = "0.1", path = "../perf_stats" }
31-
permutation = "0.2"
31+
permutation = "0.4"
3232
petgraph = ">=0.5,<0.7"
3333
pprof = { version = "0.6", features = ["protobuf"] }
3434
pretty_trace = { version = "0.5", path = "../pretty_trace" }

vector_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ edition = "2018"
99
include = ["src/lib.rs", "LICENSE", "README.md"]
1010

1111
[dependencies]
12-
permutation = "0.2"
12+
permutation = "0.4"
1313
superslice = "1"

0 commit comments

Comments
 (0)