Skip to content

Commit 149055f

Browse files
committed
Bump version to 0.6.0
1 parent ce74c31 commit 149055f

2 files changed

Lines changed: 12 additions & 12 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ members = [
1111
]
1212

1313
[workspace.package]
14-
version = "0.1.0"
14+
version = "0.6.0"
1515
authors = ["RustCFML Team"]
1616
edition = "2021"
1717
rust-version = "1.75.0"
1818
repository = "https://github.com/pixl8/RustCFML"
1919
license = "MIT"
2020

2121
[workspace.dependencies]
22-
cfml-common = { path = "crates/cfml-common", version = "0.1.0" }
23-
cfml-compiler = { path = "crates/cfml-compiler", version = "0.1.0" }
24-
cfml-codegen = { path = "crates/cfml-codegen", version = "0.1.0" }
25-
cfml-vm = { path = "crates/cfml-vm", version = "0.1.0" }
26-
cfml-stdlib = { path = "crates/cfml-stdlib", version = "0.1.0" }
22+
cfml-common = { path = "crates/cfml-common", version = "0.6.0" }
23+
cfml-compiler = { path = "crates/cfml-compiler", version = "0.6.0" }
24+
cfml-codegen = { path = "crates/cfml-codegen", version = "0.6.0" }
25+
cfml-vm = { path = "crates/cfml-vm", version = "0.6.0" }
26+
cfml-stdlib = { path = "crates/cfml-stdlib", version = "0.6.0" }
2727

2828
log = "0.4"
2929
thiserror = "1.0"

0 commit comments

Comments
 (0)