We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b9689 commit 8a1ea4fCopy full SHA for 8a1ea4f
Cargo.toml
@@ -18,10 +18,10 @@ repository = "https://github.com/Electron100/butane"
18
version = "0.7.0"
19
20
[workspace.dependencies]
21
-butane = { path = "butane" }
+butane = { version = "0.7", path = "butane" }
22
butane_cli = { path = "butane_cli" }
23
-butane_core = { path = "butane_core" }
24
-butane_codegen = { path = "butane_codegen" }
+butane_core = { version = "0.7", path = "butane_core" }
+butane_codegen = { version = "0.7", path = "butane_codegen" }
25
butane_test_helper = { path = "butane_test_helper" }
26
cfg-if = "^1.0"
27
chrono = { version = "0.4.25", default-features = false, features = [
0 commit comments