aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 09:07:16 +0000
committerFuwn <[email protected]>2022-06-14 09:07:16 +0000
commit0bae2a58316342316387b4200dc14220256fd1ae (patch)
tree10acac15645bc1f72072ebddfc994aeb2643c8fe /crates
parentfix(crates): readme location (diff)
downloadgerm-0bae2a58316342316387b4200dc14220256fd1ae.tar.xz
germ-0bae2a58316342316387b4200dc14220256fd1ae.zip
fix(germ): specify impl version
Diffstat (limited to 'crates')
-rw-r--r--crates/germ/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml
index c55342f..5e29eee 100644
--- a/crates/germ/Cargo.toml
+++ b/crates/germ/Cargo.toml
@@ -24,7 +24,7 @@ request = ["rustls", "url", "anyhow"]
[dependencies]
anyhow = { version = "1.0.57", optional = true } # `Result`
-germ-macros-impl = { path = "../germ-macros-impl" } # Germ's Macro Implementations
+germ-macros-impl = { path = "../germ-macros-impl", version = "0.1.0" } # Germ's Macro Implementations
rustls = { version = "0.20.5", features = [
"dangerous_configuration"
], optional = true } # TLS