Skip to content

Commit e7a97fd

Browse files
sypharGuillaumeGomez
authored andcommitted
fix build-test after breaking nightly proc-macro change
1 parent 14badaf commit e7a97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ mod tests {
15481548
fn test_rustflags_are_passed_to_build_script() {
15491549
wrapper(|env| {
15501550
let crate_ = "proc-macro2";
1551-
let version = "1.0.33";
1551+
let version = "1.0.95";
15521552
let mut builder = RustwideBuilder::init(env).unwrap();
15531553
builder.update_toolchain()?;
15541554
assert!(

0 commit comments

Comments
 (0)