Skip to content

Commit a1f72d6

Browse files
committed
fix docs.rs
1 parent b3896c1 commit a1f72d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opt-einsum-path"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
description = "Einsum path optimization for tensor contraction (opt_einsum in Rust, without contraction)"
66
readme = "readme.md"
@@ -21,6 +21,7 @@ rayon = { version = "1.11", optional = true }
2121
rstest = { version = "0.26" }
2222

2323
[features]
24+
default = []
2425
par_rand = ["dep:rayon"]
2526

2627
[profile.dev]

0 commit comments

Comments
 (0)