Skip to content

Commit 4d13344

Browse files
committed
[update] package metadata for publishing.
1 parent 87e4d24 commit 4d13344

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
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-args/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "lambda-args"
3-
version = "2022.1.21"
3+
version = "2023.1.26"
44
edition = "2021"
5+
license = "MIT"
56

67
[lib]
78
name = "args"
8-
path = "src/lib.rs"
9+
path = "src/lib.rs"

crates/lambda-platform/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "lambda-platform"
3-
version = "2023.1.25"
3+
version = "2023.1.26"
44
edition = "2021"
55
resolver = "2"
6+
license = "MIT"
67

78
[lib]
89
name = "lambda_platform"

lambda/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "lambda"
3-
version = "0.1.0"
3+
description = "A framework for building cross platform graphics & compute applications."
4+
version = "2023.1.26"
45
edition = "2021"
56
license = "MIT"
67
keywords = ["graphics", "compute"]
@@ -11,7 +12,7 @@ name = "lambda"
1112
path = "src/lib.rs"
1213

1314
[dependencies]
14-
lambda-platform = { path = "../crates/lambda-platform" }
15+
lambda-platform = { path = "../crates/lambda-platform", version = "2023.1.26" }
1516

1617
[dev-dependencies]
1718
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 = { path = "../../lambda" }
12-
lambda-args = { path = "../../crates/lambda-args" }
11+
lambda = { path = "../../lambda", version = "2023.1.26" }
12+
lambda-args = { path = "../../crates/lambda-args", version = "2023.1.26" }

0 commit comments

Comments
 (0)