Skip to content

Commit

Permalink
Prepare v0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jan 19, 2024
1 parent 11fc9fc commit ca47e1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbspy"
version = "0.18.1"
version = "0.19.0"
authors = ["Adam Jensen <acjensen@gmail.com>", "Julia Evans <julia@jvns.ca>"]
description = "Sampling CPU profiler for Ruby"
keywords = ["ruby", "profiler", "MRI"]
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion ruby-structs/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rbspy-ruby-structs"
version = "0.18.1"
version = "0.19.0"
authors = ["Adam Jensen <acjensen@gmail.com>", "Julia Evans <julia@jvns.ca>"]
description = "Helper crate for rbspy. Contains Rust bindings for various internal Ruby structures for version 1.9.3 to 3.x."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit ca47e1c

Please sign in to comment.