Skip to content

Commit

Permalink
Disabled loda-rust-arc feature. Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
neoneye committed Feb 6, 2024
1 parent f331490 commit 0bcb7aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust_project/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust_project/loda-rust-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "loda-rust-cli"
version = "2024.1.6"
version = "2024.2.6"
authors = ["Simon Strandgaard <[email protected]>"]
description = "Command line interface for LODA Rust"
repository = "https://github.com/loda-lang/loda-rust"
Expand All @@ -12,7 +12,7 @@ name = "loda-rust"
path = "src/main.rs"

[features]
default = ["loda-rust-arc"]
# default = ["loda-rust-arc"]
loda-rust-arc = ["dep:petgraph", "dep:image_crate", "dep:linfa", "dep:linfa-logistic", "dep:linfa-preprocessing", "dep:ndarray", "dep:rayon"]

[dependencies]
Expand Down

0 comments on commit 0bcb7aa

Please sign in to comment.