diff --git a/Cargo.lock b/Cargo.lock index 0bc07f65..eac331a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,7 +970,7 @@ dependencies = [ [[package]] name = "rbspy" -version = "0.18.1" +version = "0.19.0" dependencies = [ "anyhow", "byteorder", @@ -1007,7 +1007,7 @@ dependencies = [ [[package]] name = "rbspy-ruby-structs" -version = "0.18.1" +version = "0.19.0" [[package]] name = "rbspy-testdata" @@ -1621,7 +1621,7 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "xtask" -version = "0.18.1" +version = "0.19.0" dependencies = [ "anyhow", "bindgen 0.69.2", diff --git a/Cargo.toml b/Cargo.toml index d8252ea8..bb35213d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbspy" -version = "0.18.1" +version = "0.19.0" authors = ["Adam Jensen ", "Julia Evans "] description = "Sampling CPU profiler for Ruby" keywords = ["ruby", "profiler", "MRI"] @@ -36,7 +36,7 @@ memmap2 = "0.9.3" proc-maps = "0.3.0" prost = "0.12.1" rand = "0.8.3" -rbspy-ruby-structs = { path = "ruby-structs", version="0.18.1" } +rbspy-ruby-structs = { path = "ruby-structs", version="0.19.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 fccd5a2e..04736f41 100644 --- a/ruby-structs/Cargo.toml +++ b/ruby-structs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbspy-ruby-structs" -version = "0.18.1" +version = "0.19.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" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8f9b0ac4..e1a6907e 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.18.1" +version = "0.19.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html