diff options
| author | Fuwn <[email protected]> | 2022-06-14 09:07:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 09:07:16 +0000 |
| commit | 0bae2a58316342316387b4200dc14220256fd1ae (patch) | |
| tree | 10acac15645bc1f72072ebddfc994aeb2643c8fe | |
| parent | fix(crates): readme location (diff) | |
| download | germ-0bae2a58316342316387b4200dc14220256fd1ae.tar.xz germ-0bae2a58316342316387b4200dc14220256fd1ae.zip | |
fix(germ): specify impl version
| -rw-r--r-- | crates/germ/Cargo.toml | 2 |
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 |