Skip to content

Commit 580775e

Browse files
authored
Bump version to v0.8.0 (#61)
1 parent ecdf261 commit 580775e

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ urlencoding = "2.1.3"
2121
thiserror = "1.0.59"
2222

2323
[workspace.package]
24-
version = "0.8.0-rc1"
24+
version = "0.8.0"
2525
edition = "2024"
2626
repository = "https://github.com/mhatzl/mantra"
2727
license = "MIT"

langs/mantra-lang-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository.workspace = true
77
license.workspace = true
88

99
[dependencies]
10-
mantra-schema = { path = "../../schema", version = "0.8.0-rc1" }
10+
mantra-schema = { path = "../../schema", version = "0.8.0" }
1111
anyhow.workspace = true
1212
serde.workspace = true
1313
serde_json.workspace = true
@@ -19,7 +19,7 @@ tree-sitter-rust = "0.24.0"
1919
cc = "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" }
2323
insta = { version = "1.48.0", features = ["ron"] }
2424

2525
[features]

langs/rust/mantra-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository.workspace = true
77
license.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]

mantra/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" }
1616
regex.workspace = true
1717
log.workspace = true
1818
env_logger.workspace = true

0 commit comments

Comments
 (0)