diff --git a/Cargo.lock b/Cargo.lock index e1055a5f..685ccb7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ dependencies = [ [[package]] name = "rbspy" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "byteorder", @@ -1146,7 +1146,7 @@ dependencies = [ [[package]] name = "rbspy-ruby-structs" -version = "0.16.0" +version = "0.17.0" [[package]] name = "rbspy-testdata" diff --git a/Cargo.toml b/Cargo.toml index 65d7b36d..9ee77ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbspy" -version = "0.16.0" +version = "0.17.0" authors = ["Adam Jensen ", "Julia Evans "] description = "Sampling CPU profiler for Ruby" keywords = ["ruby", "profiler", "MRI"] @@ -36,7 +36,7 @@ memmap2 = "0.5" proc-maps = "0.3.0" prost = "0.11.0" rand = "0.8.3" -rbspy-ruby-structs = { path = "ruby-structs", version="0.16.0" } +rbspy-ruby-structs = { path = "ruby-structs", version="0.17.0" } remoteprocess = "0.4.5" semver = "1.0.10" serde = "1.0.131" diff --git a/ruby-structs/Cargo.toml b/ruby-structs/Cargo.toml index 02068ecf..9b9a4ebd 100644 --- a/ruby-structs/Cargo.toml +++ b/ruby-structs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbspy-ruby-structs" -version = "0.16.0" +version = "0.17.0" authors = ["Adam Jensen ", "Julia Evans "] description = "Helper crate for rbspy. Contains Rust bindings for various internal Ruby structures for version 1.9.3 to 3.x." license = "MIT"