Skip to content

Commit 525a446

Browse files
committed
Relax version requirement on the macro crate.
This means that we can't keep the versions in sync anymore. We need to start using semver for the macro crate as well.
1 parent 9bc5a75 commit 525a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["python", "inline", "embed", "macro"]
1313
autoexamples = false
1414

1515
[dependencies]
16-
inline-python-macros = { version = "=0.5.0", path = "./macros" }
16+
inline-python-macros = { version = "0.5.0", path = "./macros" }
1717
pyo3 = { version = "0.10.0", default-features = false }
1818

1919
[workspace]

0 commit comments

Comments
 (0)