Skip to content

Commit 8daf97a

Browse files
committed
[update] obj-loader dependencies.
1 parent 3aa1065 commit 8daf97a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/obj_loader/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "lambda-obj-loader"
3-
version = "2023.1.21"
3+
version = "2023.1.28"
44
edition = "2021"
55

66
[[bin]]
77
name = "obj-loader"
88
path = "src/main.rs"
99

1010
[dependencies]
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" }
11+
lambda-rs = { path = "../../crates/lambda-rs", version = "2023.1.28" }
12+
lambda-rs-args = { path = "../../crates/lambda-rs-args", version = "2023.1.28" }

0 commit comments

Comments
 (0)