mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: prepare tokio v1.2.0 (#3506)
This commit is contained in:
+3
-3
@@ -8,12 +8,12 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v1.0.x" git tag.
|
||||
version = "1.1.1"
|
||||
version = "1.2.0"
|
||||
edition = "2018"
|
||||
authors = ["Tokio Contributors <[email protected]>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/tokio/1.1.1/tokio/"
|
||||
documentation = "https://docs.rs/tokio/1.2.0/tokio/"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://tokio.rs"
|
||||
description = """
|
||||
@@ -86,7 +86,7 @@ test-util = []
|
||||
time = []
|
||||
|
||||
[dependencies]
|
||||
tokio-macros = { version = "1.0.0", path = "../tokio-macros", optional = true }
|
||||
tokio-macros = { version = "1.1.0", path = "../tokio-macros", optional = true }
|
||||
|
||||
pin-project-lite = "0.2.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user