Skip to content

Commit b490d9e

Browse files
weihanglomichaelwoerister
authored andcommitted
chore: bump to version 12.0.0
Also specify the `version` field for local crates, so that when publish they can get the correct package from crates.io See: https://doc.rust-lang.org/nightly/cargo/reference/specifying-dependencies.html#multiple-locations
1 parent f970118 commit b490d9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "11.0.1"
16+
version = "12.0.0"
1717
authors = ["Wesley Wiser <[email protected]>", "Michael Woerister <michaelwoerister@posteo>"]
1818
edition = "2018"
1919
license = "MIT OR Apache-2.0"
2020
repository = "https://github.com/rust-lang/measureme"
2121

2222
[workspace.dependencies]
23-
analyzeme = { path = "analyzeme" }
23+
analyzeme = { version = "12.0.0", path = "analyzeme" }
2424
clap = { version = "4.5.0", features = ["derive"] }
25-
decodeme = { path = "decodeme" }
25+
decodeme = { version = "12.0.0", path = "decodeme" }
2626
decodeme_10 = { version = "10.1.3", package = "decodeme" }
2727
flate2 = "1.0"
2828
inferno = { version = "0.11", default-features = false }
2929
log = "0.4"
30-
measureme = { path = "measureme" }
30+
measureme = { version = "12.0.0", path = "measureme" }
3131
measureme_10 = { version = "10.1.3", package = "measureme" }
3232
memchr = "2"
3333
memmap2 = "0.2.1"

0 commit comments

Comments
 (0)