Skip to content

Commit 748f683

Browse files
authored
RCF 4.0 in Rust (#397)
* Rcf 4.0 in Rust * fixing/removing imports
1 parent 0c51e90 commit 748f683

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5023
-1888
lines changed

Rust/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rcf"
3-
version = "3.3.0"
3+
version = "4.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66

@@ -18,11 +18,11 @@ path = "src/example.rs"
1818

1919

2020
[dependencies]
21-
num = "0.4"
22-
rayon = "1.5"
21+
num = "0.4.1"
22+
rayon = "1.7"
2323
rand = "*"
24-
rand_chacha = "0.3.0"
25-
rand_core = "0.6"
24+
rand_chacha = "0.3.1"
25+
rand_core = "0.6.2"
2626

2727
[dev-dependencies]
2828
parameterized_test = "0.1.0"

Rust/src/common/anomalydescriptor.rs

-123
This file was deleted.

0 commit comments

Comments
 (0)