From 5fb8bf46c497ab9db956e2c4166bd6dc9e582783 Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Wed, 2 May 2018 00:05:22 -0400 Subject: [PATCH] v0.2.9: minor error message improvements --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57946193..b9dd2754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "rbspy" -version = "0.2.8" +version = "0.2.9" dependencies = [ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 57e23dc4..1ce95811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rbspy" -version = "0.2.8" +version = "0.2.9" authors = ["Julia Evans "] description = "Sampling CPU profiler for Ruby" keywords = ["ruby", "profiler", "MRI"]