Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Apr 29, 2023
1 parent a60a395 commit 02cfed9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cli", "core", "wasm"]
default-members = ["cli", "core"]

[workspace.package]
version = "3.2.0-indev"
version = "3.2.0"
description = "C/Rust like programming language that compiles into Lua code"
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ flume = "0.10.14"
num_cpus = "1.14.0"
crossbeam-queue = "0.3.8"
ahash.workspace = true
clue_core = { path = "../core", version = "3.2.0-indev", default-features = false }
clue_core = { path = "../core", version = "3.2.0", default-features = false }
clap.workspace = true
mlua = { version = "0.8.3", features = ["luajit", "vendored"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
serde = "1.0.159"
wasm-bindgen = "0.2.84"
clue_core = { path = "../core", version = "3.2.0-indev", default-features = false, features = [
clue_core = { path = "../core", version = "3.2.0", default-features = false, features = [
"serde",
] }
serde-wasm-bindgen = "0.5.0"
Expand Down

0 comments on commit 02cfed9

Please sign in to comment.