Skip to content

Commit 8bbd056

Browse files
committed
Release 1.0.1.
1 parent ae067fc commit 8bbd056

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "counts"
3-
version = "1.0.0" # Keep in sync with `VERSION` in main.rs.
3+
version = "1.0.1" # Keep in sync with `VERSION` in main.rs.
44
authors = ["Nicholas Nethercote <n.nethercote@gmail.com>"]
55
license = "Unlicense"
66
description = "A command line tool for ad hoc profiling."

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OPTIONS:
4848
-e Erase weights after applying, replacing them with `NNN`
4949
";
5050

51-
const VERSION: &str = "1.0.0";
51+
const VERSION: &str = "1.0.1";
5252

5353
fn do_main() -> io::Result<()> {
5454
// Process args.

0 commit comments

Comments
 (0)