Skip to content

Commit 23b0663

Browse files
committed
[update] versions.
1 parent 39f2a61 commit 23b0663

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lambda-rs-args/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lambda-rs-args"
33
description = "Argument parser for lambda-rs tools."
4-
version = "2023.1.27"
4+
version = "2023.1.27-1"
55
edition = "2021"
66
license = "MIT"
77

crates/lambda-rs-platform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lambda-rs-platform"
33
description = "Platform implementations for lambda-rs"
4-
version = "2023.1.27"
4+
version = "2023.1.27-1"
55
edition = "2021"
66
resolver = "2"
77
license = "MIT"

crates/lambda-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lambda-rs"
33
description = "A framework for building cross platform graphics & compute applications."
4-
version = "2023.1.27"
4+
version = "2023.1.27-1"
55
edition = "2021"
66
license = "MIT"
77
keywords = ["graphics", "compute"]
@@ -12,7 +12,7 @@ name = "lambda"
1212
path = "src/lib.rs"
1313

1414
[dependencies]
15-
lambda-rs-platform = { path = "../lambda-rs-platform", version = "2023.1.27"}
15+
lambda-rs-platform = { path = "../lambda-rs-platform", version = "2023.1.27-1"}
1616

1717
[dev-dependencies]
1818
cargo-audit = "0.16.0"

tools/obj_loader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ name = "obj-loader"
88
path = "src/main.rs"
99

1010
[dependencies]
11-
lambda-rs = { path = "../../crates/lambda-rs", version = "2023.1.27" }
12-
lambda-rs-args = { path = "../../crates/lambda-rs-args", version = "2023.1.27" }
11+
lambda-rs = { path = "../../crates/lambda-rs", version = "2023.1.27-1" }
12+
lambda-rs-args = { path = "../../crates/lambda-rs-args", version = "2023.1.27-1" }

0 commit comments

Comments
 (0)