aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig22
1 files changed, 11 insertions, 11 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 6ddfa42..81eea2c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,13 +1,13 @@
[package]
name = "pin-project"
-version = "1.0.12"
-edition = "2018"
-rust-version = "1.37"
+version = "1.1.3"
+edition = "2021"
+rust-version = "1.56"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
keywords = ["pin", "macros", "attribute"]
-categories = ["no-std", "rust-patterns"]
-exclude = ["/.*", "/ci", "/tools"]
+categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
+exclude = ["/.*", "/tools", "/DEVELOPMENT.md"]
description = """
A crate for safe and ergonomic pin-projection.
"""
@@ -16,24 +16,24 @@ A crate for safe and ergonomic pin-projection.
targets = ["x86_64-unknown-linux-gnu"]
[workspace]
+resolver = "2"
members = [
"pin-project-internal",
"tests/auxiliary/macro",
- "tests/doc",
"tests/no-core",
"tests/no-std",
"tests/rust-2015",
]
+[lib]
+doc-scrape-examples = false
+
[dependencies]
-pin-project-internal = { version = "=1.0.12", path = "pin-project-internal" }
+pin-project-internal = { version = "=1.1.3", path = "pin-project-internal" }
[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
macrotest = "1.0.9"
rustversion = "1"
static_assertions = "1"
-trybuild = "1.0.49"
-
-[patch.crates-io]
-prettyplease = { git = "https://github.com/taiki-e/prettyplease.git", branch = "dev" } # lower MSRV
+trybuild = "1.0.67"