Release memofs 0.3.0, bump Rojo dependency (#894)

This commit is contained in:
Kenneth Loeffler
2024-03-25 10:48:27 -07:00
committed by GitHub
parent c7a4f892e3
commit 87920964d7
4 changed files with 6 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ name = "build"
harness = false
[dependencies]
memofs = { version = "0.2.0", path = "crates/memofs" }
memofs = { version = "0.3.0", path = "crates/memofs" }
# These dependencies can be uncommented when working on rbx-dom simultaneously
# rbx_binary = { path = "../rbx-dom/rbx_binary" }
@@ -95,7 +95,7 @@ profiling = "1.0.15"
winreg = "0.10.1"
[build-dependencies]
memofs = { version = "0.2.0", path = "crates/memofs" }
memofs = { version = "0.3.0", path = "crates/memofs" }
embed-resource = "1.8.0"
anyhow = "1.0.80"