Skip to content

Commit a28fe70

Browse files
committed
Don't pin exact version of macros crate.
1 parent c22c3f5 commit a28fe70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

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

1111
[dependencies]
12-
inline-python-macros = { version = "=0.14.0", path = "./macros" }
12+
inline-python-macros = { version = "0.14.0", path = "./macros" }
1313
pyo3 = { version = "0.24", default-features = false, features = ["auto-initialize"] }
1414

1515
[workspace]

ct-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ repository = "https://github.com/m-ou-se/inline-python"
88
keywords = ["python", "macro", "generate", "compile-time"]
99

1010
[dependencies]
11-
inline-python-macros = { version = "=0.14.0", path = "../macros" }
11+
inline-python-macros = { version = "0.14.0", path = "../macros" }

0 commit comments

Comments
 (0)