Skip to content

Commit 9bb560d

Browse files
Release 0.3.0
1 parent 044677e commit 9bb560d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
repository = "https://github.com/davidlattimore/wild"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
readme = "README.md"
99

1010
[profile.opt-debug]

wild/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
repository.workspace = true
66

77
[dependencies]
8-
wild_lib = { version = "0.2.0", path = "../wild_lib" }
8+
wild_lib = { path = "../wild_lib" }
99

1010
# This is off by default, since it doesn't appear to help. However, if you're linking against musl
1111
# libc, which has a comparatively slow allocator, then enabling this does help. To enable this,

0 commit comments

Comments
 (0)