Skip to content

Commit 6aa3c4d

Browse files
committed
rust: Bump version numbers
1 parent f9f2fae commit 6aa3c4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/fatx-fuse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fatx-fuse"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
edition = "2024"
55
authors = ["Matt Borgerson <contact@mborgerson.com>"]
66
description = "FUSE driver for the Original Xbox FATX Filesystem"
@@ -10,7 +10,7 @@ keywords = ["xbox", "filesystem", "fatx", "fuse"]
1010
readme = "README.md"
1111

1212
[dependencies]
13-
fatx = { path = "../fatx", version = "0.1.0" }
13+
fatx = { path = "../fatx", version = "0.2.0-dev" }
1414
clap = { version = "4", features = ["derive"] }
1515
log = "0.4"
1616
env_logger = "0.10"

rust/fatx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fatx"
3-
version = "0.1.0"
3+
version = "0.2.0-dev"
44
edition = "2024"
55
authors = ["Matt Borgerson <contact@mborgerson.com>"]
66
description = "Original Xbox FATX Filesystem Library"

0 commit comments

Comments
 (0)