Skip to content

Commit a9d8d78

Browse files
authored
Release v0.4.0 with the new optimization hints API. (#272)
1 parent b8553c3 commit a9d8d78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.

trustfall/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trustfall"
3-
version = "0.4.0-beta.3"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
66
license = "Apache-2.0"
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1515

1616
[dependencies]
1717
anyhow = "1.0.69"
18-
trustfall_core = { version = "=0.4.0-beta.3", path = "../trustfall_core" }
18+
trustfall_core = { version = "=0.4.0", path = "../trustfall_core" }
1919
trustfall_derive = { version = "=0.3.0", path = "../trustfall_derive" }
2020

2121
[dev-dependencies] # including examples dependencies

trustfall_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trustfall_core"
3-
version = "0.4.0-beta.3"
3+
version = "0.4.0"
44
authors = ["Predrag Gruevski <obi1kenobi82@gmail.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)