Skip to content

Commit db7904d

Browse files
committed
bump
1 parent 5bee7d6 commit db7904d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4952,7 +4952,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
49524952
[[package]]
49534953
name = "smallvec"
49544954
version = "1.7.0"
4955-
source = "git+https://github.com/the8472/rust-smallvec.git?branch=delegate-vec-extend-from#b0e617c85ccb5a410c07e00c887d0ffd327b296a"
4955+
source = "git+https://github.com/the8472/rust-smallvec.git?branch=delegate-vec-extend-from#5b6f5d9f3444988173e86b6a6edfc77bc414be8e"
49564956

49574957
[[package]]
49584958
name = "snap"

src/tools/tidy/src/extdeps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::path::Path;
66
/// List of allowed sources for packages.
77
const ALLOWED_SOURCES: &[&str] = &[
88
"\"registry+https://github.com/rust-lang/crates.io-index\"",
9-
r#""git+https://github.com/the8472/rust-smallvec.git?branch=delegate-vec-extend-from#b0e617c85ccb5a410c07e00c887d0ffd327b296a""#,
9+
r#""git+https://github.com/the8472/rust-smallvec.git?branch=delegate-vec-extend-from#5b6f5d9f3444988173e86b6a6edfc77bc414be8e""#,
1010
];
1111

1212
/// Checks for external package sources. `root` is the path to the directory that contains the

0 commit comments

Comments
 (0)