Skip to content

Commit 3918719

Browse files
wesleywisermichaelwoerister
authored andcommitted
Update measureme Cargo.toml & version so we can publish
1 parent 5ca1388 commit 3918719

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

measureme/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "measureme"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
55
edition = "2018"
66
description = "Support crate for rustc's self-profiling feature"
77
license = "MIT OR Apache-2.0"
8+
documentation = "https://docs.rs/measureme"
9+
homepage = "https://github.com/rust-lang/measureme"
10+
repository = "https://github.com/rust-lang/measureme"
811

912
[badges]
1013
travis-ci = { repository = "rust-lang/measureme" }

0 commit comments

Comments
 (0)