Skip to content

Commit

Permalink
RCF 4.0 in Rust (#397)
Browse files Browse the repository at this point in the history
* Rcf 4.0 in Rust

* fixing/removing imports
  • Loading branch information
sudiptoguha authored Sep 27, 2023
1 parent 0c51e90 commit 748f683
Show file tree
Hide file tree
Showing 53 changed files with 5,023 additions and 1,888 deletions.
10 changes: 5 additions & 5 deletions Rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcf"
version = "3.3.0"
version = "4.0.0"
edition = "2021"
license = "Apache-2.0"

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


[dependencies]
num = "0.4"
rayon = "1.5"
num = "0.4.1"
rayon = "1.7"
rand = "*"
rand_chacha = "0.3.0"
rand_core = "0.6"
rand_chacha = "0.3.1"
rand_core = "0.6.2"

[dev-dependencies]
parameterized_test = "0.1.0"
123 changes: 0 additions & 123 deletions Rust/src/common/anomalydescriptor.rs

This file was deleted.

Loading

0 comments on commit 748f683

Please sign in to comment.