diff --git a/examples/hermitrust/Cargo.toml b/examples/hermitrust/Cargo.toml index ea5e339..d16a611 100755 --- a/examples/hermitrust/Cargo.toml +++ b/examples/hermitrust/Cargo.toml @@ -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" } diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 1eb0943..cd63cd2 100755 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -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" } diff --git a/rftrace-frontend-ffi/Cargo.toml b/rftrace-frontend-ffi/Cargo.toml index e483609..d3f8561 100644 --- a/rftrace-frontend-ffi/Cargo.toml +++ b/rftrace-frontend-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rftrace-frontend-ffi" -version = "0.1.0" +version = "0.2.0" authors = [ "Martin Kröning ", "Thomas Lambertz ", @@ -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"} diff --git a/rftrace-frontend/Cargo.toml b/rftrace-frontend/Cargo.toml index bc6b7c6..22fe8c1 100644 --- a/rftrace-frontend/Cargo.toml +++ b/rftrace-frontend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rftrace-frontend" -version = "0.1.0" +version = "0.2.0" authors = [ "Martin Kröning ", "Thomas Lambertz ", diff --git a/rftrace/Cargo.toml b/rftrace/Cargo.toml index 214407d..cda8fd7 100755 --- a/rftrace/Cargo.toml +++ b/rftrace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rftrace" -version = "0.2.0" +version = "0.3.0" authors = [ "Martin Kröning ", "Thomas Lambertz ",