Skip to content

Commit

Permalink
Update memofs to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Aug 23, 2021
1 parent 4371514 commit af4a3ca
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -46,7 +46,7 @@ name = "build"
harness = false

[dependencies]
memofs = { version = "0.1.2", path = "memofs" }
memofs = { version = "0.2.0", path = "memofs" }

# These dependencies can be uncommented when working on rbx-dom simultaneously
# rbx_binary = { path = "../rbx-dom/rbx_binary" }
Expand Down Expand Up @@ -95,7 +95,7 @@ uuid = { version = "0.8.1", features = ["v4", "serde"] }
winreg = "0.9.0"

[build-dependencies]
memofs = { version = "0.1.3", path = "memofs" }
memofs = { version = "0.2.0", path = "memofs" }

embed-resource = "1.6"
anyhow = "1.0.27"
Expand Down
3 changes: 3 additions & 0 deletions memofs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased Changes

## 0.2.0 (2021-08-23)
* Updated to `crossbeam-channel` 0.5.1.

## 0.1.3 (2020-11-19)
* Added `set_watch_enabled` to `Vfs` and `VfsLock` to allow turning off file watching.

Expand Down
2 changes: 1 addition & 1 deletion 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.1.3"
version = "0.2.0"
authors = ["Lucien Greathouse <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down

0 comments on commit af4a3ca

Please sign in to comment.