Skip to content

Commit

Permalink
chore: release version 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Mar 27, 2024
1 parent 29cafdd commit 344da5b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/hermitrust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
rftrace = { version = "0.2.0", path="../../rftrace" }
rftrace-frontend = { version = "0.1.0", path="../../rftrace-frontend" }
rftrace = { version = "0.3.0", path="../../rftrace" }
rftrace-frontend = { version = "0.2.0", path="../../rftrace-frontend" }

[target.'cfg(target_os = "hermit")'.dependencies]
hermit = { version = "0.8" }
4 changes: 2 additions & 2 deletions examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
rftrace = { version = "0.2.0", path="../../rftrace" }
rftrace-frontend = { version = "0.1.0", path="../../rftrace-frontend" }
rftrace = { version = "0.3.0", path="../../rftrace" }
rftrace-frontend = { version = "0.2.0", path="../../rftrace-frontend" }
4 changes: 2 additions & 2 deletions rftrace-frontend-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rftrace-frontend-ffi"
version = "0.1.0"
version = "0.2.0"
authors = [
"Martin Kröning <[email protected]>",
"Thomas Lambertz <[email protected]>",
Expand All @@ -18,4 +18,4 @@ repository = "https://github.com/hermit-os/rftrace"
crate-type = ["staticlib"]

[dependencies]
rftrace-frontend = {path="../rftrace-frontend", version="0.1"}
rftrace-frontend = {path="../rftrace-frontend", version="0.2"}
2 changes: 1 addition & 1 deletion rftrace-frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rftrace-frontend"
version = "0.1.0"
version = "0.2.0"
authors = [
"Martin Kröning <[email protected]>",
"Thomas Lambertz <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion rftrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rftrace"
version = "0.2.0"
version = "0.3.0"
authors = [
"Martin Kröning <[email protected]>",
"Thomas Lambertz <[email protected]>",
Expand Down

0 comments on commit 344da5b

Please sign in to comment.