Skip to content

Commit

Permalink
Update memofs in 7.4.x branch (#949)
Browse files Browse the repository at this point in the history
Backports the release of memofs v0.3.0
  • Loading branch information
Dekkonot authored Jul 23, 2024
1 parent d179240 commit 91f5b4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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" }
Expand Down Expand Up @@ -94,7 +94,7 @@ tracy-client = { version = "0.13.2", optional = true }
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.6.4"
anyhow = "1.0.44"
Expand Down
2 changes: 2 additions & 0 deletions crates/memofs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# memofs Changelog

## Unreleased Changes

## 0.3.0 (2024-03-15)
* Changed `StdBackend` file watching component to use minimal recursive watches. [#830]
* Added `Vfs::read_to_string` and `Vfs::read_to_string_lf_normalized` [#854]

Expand Down
2 changes: 1 addition & 1 deletion crates/memofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "memofs"
description = "Virtual filesystem with configurable backends."
version = "0.2.0"
version = "0.3.0"
authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit 91f5b4a

Please sign in to comment.