Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed May 16, 2024
1 parent 4057e93 commit 6c99231
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["cli", "core"]
resolver = "2"

[workspace.package]
version = "4.0.0-19359309"
version = "4.0.0-31695b61"
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 PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Felice D'Angelo <felice.dangelo2013@gmail.com>
pkgname=clue
pkgver=4.0.0-19359309
pkgver=4.0.0-31695b61
pkgrel=1
pkgdesc="Clue is a programming language that compiles blazingly fast into Lua code with a syntax similar to languages like C or Rust."
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'arm')
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.workspace = true
num_cpus.workspace = true
crossbeam-queue.workspace = true
ahash.workspace = true
clue_core = { path = "../core", version = "4.0.0-19359309", default-features = false }
clue_core = { path = "../core", version = "4.0.0-31695b61", default-features = false }
clap.workspace = true
mlua = { version = "0.9.2", features = ["luajit", "vendored"], optional = true }
colored.workspace = 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.193"
wasm-bindgen = "0.2.89"
clue_core = { path = "../core", version = "4.0.0-19359309", default-features = false, features = [
clue_core = { path = "../core", version = "4.0.0-31695b61", default-features = false, features = [
"serde",
] }
serde-wasm-bindgen = "0.6.3"
Expand Down

0 comments on commit 6c99231

Please sign in to comment.