Skip to content

Commit db4d77a

Browse files
committed
Cargo.toml: removed patch section
1 parent 1b59161 commit db4d77a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ crate-type = ["cdylib"]
2020
pyo3 = "0.18.2"
2121
stam = "0.3.0"
2222

23-
#compile against development version: (doesn't work when building with maturin for pypi)
24-
[patch.crates-io]
25-
stam = { git = 'https://github.com/annotation/stam-rust.git' } #from git
26-
#stam = { path = '../stam-rust' } #local
27-
2823
[features]
2924
default = ["pyo3/extension-module"]
3025

0 commit comments

Comments
 (0)