aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/test_data/metadata/git_repos/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/test_data/metadata/git_repos/Cargo.toml')
-rw-r--r--crate_universe/test_data/metadata/git_repos/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/crate_universe/test_data/metadata/git_repos/Cargo.toml b/crate_universe/test_data/metadata/git_repos/Cargo.toml
index 6516f98a..ecfb3897 100644
--- a/crate_universe/test_data/metadata/git_repos/Cargo.toml
+++ b/crate_universe/test_data/metadata/git_repos/Cargo.toml
@@ -9,4 +9,5 @@ edition = "2018"
path = "lib.rs"
[dependencies]
-tracing = { git = "https://github.com/tokio-rs/tracing.git", rev = "1e09e50e8d15580b5929adbade9c782a6833e4a0" }
+tracing = { git = "https://github.com/tokio-rs/tracing.git", branch = "master" }
+