aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig24
1 files changed, 18 insertions, 6 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 3528633..59f41c5 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,13 +1,13 @@
[package]
name = "pin-project-lite"
-version = "0.2.9"
+version = "0.2.13"
edition = "2018"
rust-version = "1.37"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project-lite"
keywords = ["pin", "macros"]
-categories = ["no-std", "rust-patterns"]
-exclude = ["/.*", "/tools"]
+categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
+exclude = ["/.*", "/tools", "/DEVELOPMENT.md"]
description = """
A lightweight version of pin-project written with declarative macros.
"""
@@ -17,13 +17,25 @@ targets = ["x86_64-unknown-linux-gnu"]
[workspace]
members = [
- "tests/doc",
"tests/no-core",
"tests/no-std",
]
+[lib]
+doc-scrape-examples = false
+
[dev-dependencies]
-macrotest = { git = "https://github.com/taiki-e/macrotest.git", rev = "779cfa5" } # https://github.com/eupn/macrotest/pull/69
+macrotest = "1.0.9"
rustversion = "1"
static_assertions = "1"
-trybuild = "1.0.49"
+trybuild = "=1.0.67"
+
+# For test on MSRV.
+once_cell = "=1.14"
+proc-macro2 = "=1.0.65"
+quote = "=1.0.30"
+serde = "=1.0.156"
+toml = "=0.5.9"
+
+[patch.crates-io]
+prettyplease = { git = "https://github.com/taiki-e/prettyplease.git", branch = "dev" } # lower MSRV