File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ urlencoding = "2.1.3"
2121thiserror = " 1.0.59"
2222
2323[workspace .package ]
24- version = " 0.8.0-rc1 "
24+ version = " 0.8.0"
2525edition = " 2024"
2626repository = " https://github.com/mhatzl/mantra"
2727license = " MIT"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository.workspace = true
77license.workspace = true
88
99[dependencies ]
10- mantra-schema = { path = " ../../schema" , version = " 0.8.0-rc1 " }
10+ mantra-schema = { path = " ../../schema" , version = " 0.8.0" }
1111anyhow.workspace = true
1212serde.workspace = true
1313serde_json.workspace = true
@@ -19,7 +19,7 @@ tree-sitter-rust = "0.24.0"
1919cc = " 1.0.90"
2020
2121[dev-dependencies ]
22- mantra-macros = { path = " ../rust/mantra-macros" , version = " 0.8.0-rc1 " }
22+ mantra-macros = { path = " ../rust/mantra-macros" , version = " 0.8.0" }
2323insta = { version = " 1.48.0" , features = [" ron" ] }
2424
2525[features ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository.workspace = true
77license.workspace = true
88
99[dependencies ]
10- mantra-procm = { path = " ../mantra-procm" , version = " 0.8.0-rc1 " }
10+ mantra-procm = { path = " ../mantra-procm" , version = " 0.8.0" }
1111# defmt = { version = "0.3.6", optional = true }
1212
1313[features ]
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ license.workspace = true
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
1212[dependencies ]
13- mantra-lang-tracing = { path = " ../langs/mantra-lang-tracing" , version = " 0.8.0-rc1 " }
14- mantra-macros = { path = " ../langs/rust/mantra-macros" , version = " 0.8.0-rc1 " }
15- mantra-schema = { path = " ../schema" , version = " 0.8.0-rc1 " }
13+ mantra-lang-tracing = { path = " ../langs/mantra-lang-tracing" , version = " 0.8.0" }
14+ mantra-macros = { path = " ../langs/rust/mantra-macros" , version = " 0.8.0" }
15+ mantra-schema = { path = " ../schema" , version = " 0.8.0" }
1616regex.workspace = true
1717log.workspace = true
1818env_logger.workspace = true
You can’t perform that action at this time.
0 commit comments