Skip to content

Commit f23fc23

Browse files
authored
Update Cargo.toml
1 parent dbe5a0d commit f23fc23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
<<<<<<< before updating
15-
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
16-
strum = "0.27.2"
17-
=======
1814
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
19-
strum = "0.24.1"
20-
>>>>>>> after updating
2115

2216
[profile.release]
2317
panic = 'abort'

0 commit comments

Comments
 (0)