Skip to content

Commit 3aa1065

Browse files
committed
[update] versions
1 parent 95afbca commit 3aa1065

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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-1"
4+
version = "2023.1.28"
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-1"
4+
version = "2023.1.28"
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-1"
4+
version = "2023.1.28"
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-1"}
15+
lambda-rs-platform = { path = "../lambda-rs-platform", version = "2023.1.28"}
1616

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

0 commit comments

Comments
 (0)