Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 3, 2023
1 parent bae8cb6 commit 90c8d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
[package]
name = "probe"
version = "0.3.0"
version = "0.4.0"
authors = ["Josh Stone <cuviper@gmail.com>"]
description = "Static instrumentation probes"
documentation = "https://docs.rs/probe/"
homepage = "https://github.com/cuviper/rust-libprobe"
repository = "https://github.com/cuviper/rust-libprobe"
license = "Apache-2.0 OR MIT"
edition = "2021"
rust-version = "1.66"
exclude = ["/.github/**"]

[lib]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# libprobe: Static probes for Rust

[![probe crate](https://img.shields.io/crates/v/probe.svg)](https://crates.io/crates/probe)
![minimum rustc 1.59](https://img.shields.io/badge/rustc-1.59+-red.svg)
![minimum rustc 1.66](https://img.shields.io/badge/rustc-1.66+-red.svg)
[![probe documentation](https://docs.rs/probe/badge.svg)](https://docs.rs/probe)
[![build status](https://github.com/cuviper/rust-libprobe/workflows/CI/badge.svg)](https://github.com/cuviper/rust-libprobe/actions)

Expand All @@ -20,7 +20,7 @@ The recommended way to use it is to add a line into your Cargo.toml such as:

```toml
[dependencies]
probe = "0.3"
probe = "0.4"
```

Then `use probe::probe;` in your code and insert macro calls wherever you want
Expand Down

0 comments on commit 90c8d17

Please sign in to comment.