Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed May 16, 2024
1 parent d54fdf0 commit 6ac8775
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dir-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dir-test"
authors = ["The Fe Project Developers"]
version = "0.2.1"
version = "0.3.0"
readme = "README.md"
edition = "2021"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ categories = ["development-tools", "filesystem"]


[dependencies]
dir-test-macros = { version = "0.2.1", path = "../macros" }
dir-test-macros = { version = "0.3.0", path = "../macros" }

[dev-dependencies]
trybuild = { version = "1.0", features = ["diff"] }
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dir-test-macros"
authors = ["The Fe Project Developers"]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/fe-lang/dir-test"
Expand Down

0 comments on commit 6ac8775

Please sign in to comment.