aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index e60195d..3528633 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "pin-project-lite"
-version = "0.2.8"
+version = "0.2.9"
edition = "2018"
rust-version = "1.37"
license = "Apache-2.0 OR MIT"
@@ -23,7 +23,7 @@ members = [
]
[dev-dependencies]
-macrotest = "1.0.8"
+macrotest = { git = "https://github.com/taiki-e/macrotest.git", rev = "779cfa5" } # https://github.com/eupn/macrotest/pull/69
rustversion = "1"
static_assertions = "1"
trybuild = "1.0.49"