Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiori44 committed Jun 27, 2023
1 parent f5e3b7b commit 91e84e0
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 @@ -3,7 +3,7 @@ members = ["cli", "core", "wasm"]
default-members = ["cli", "core"]

[workspace.package]
version = "3.4.1-indev"
version = "3.4.1"
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=3.4.1-indev
pkgver=3.4.1
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.10.14"
num_cpus = "1.14.0"
crossbeam-queue = "0.3.8"
ahash.workspace = true
clue_core = { path = "../core", version = "3.4.1-indev", default-features = false }
clue_core = { path = "../core", version = "3.4.1", 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.4.1-indev", default-features = false, features = [
clue_core = { path = "../core", version = "3.4.1", default-features = false, features = [
"serde",
] }
serde-wasm-bindgen = "0.5.0"
Expand Down

0 comments on commit 91e84e0

Please sign in to comment.