Skip to content

Commit 3f167ba

Browse files
committed
Cargo.toml: Bump version to 3.0.0
The http-types 3.0 development process will make various semver-major changes. Having the version number bumped at the start of the development cycle makes it easier to test those changes locally with other crates, without treating the latest bits from git as still compatible with the last 2.x version.
1 parent e3801d0 commit 3f167ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-types"
3-
version = "2.10.0"
3+
version = "3.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-types"
66
documentation = "https://docs.rs/http-types"

0 commit comments

Comments
 (0)