File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lambda-rs-platform"
33description = " Platform implementations for lambda-rs"
4- version = " 2023.1.29 "
4+ version = " 2023.1.30 "
55edition = " 2021"
66resolver = " 2"
77license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda-rs"
33description = " A framework for building cross platform graphics & compute applications."
4- version = " 2023.1.29 "
4+ version = " 2023.1.30 "
55edition = " 2021"
66license = " MIT"
77keywords = [" graphics" , " compute" ]
@@ -12,8 +12,8 @@ name = "lambda"
1212path = " src/lib.rs"
1313
1414[dependencies ]
15- lambda-rs-platform = { path = " ../lambda-rs-platform" , version = " 2023.1.29 " }
16- lambda-rs-logging = { path = " ../lambda-rs-logging" , version = " 2023.1.29 " }
15+ lambda-rs-platform = { path = " ../lambda-rs-platform" , version = " 2023.1.30 " }
16+ lambda-rs-logging = { path = " ../lambda-rs-logging" , version = " 2023.1.30 " }
1717
1818[dev-dependencies ]
1919cargo-audit = " 0.16.0"
You can’t perform that action at this time.
0 commit comments