Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Mar 29, 2024
1 parent d0a82ae commit a731816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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=3.4.6
pkgver=3.4.7
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 = "0.11.0"
num_cpus = "1.16.0"
crossbeam-queue = "0.3.11"
ahash.workspace = true
clue_core = { path = "../core", version = "3.4.6", default-features = false }
clue_core = { path = "../core", version = "3.4.7", default-features = false }
clap.workspace = true
mlua = { version = "0.9.6", features = ["luajit", "vendored"], optional = true }
rpmalloc = { version = "0.2.2", 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.197"
wasm-bindgen = "0.2.92"
clue_core = { path = "../core", version = "3.4.6", default-features = false, features = [
clue_core = { path = "../core", version = "3.4.7", default-features = false, features = [
"serde",
] }
serde-wasm-bindgen = "0.6.5"
Expand Down

0 comments on commit a731816

Please sign in to comment.