Skip to content

Commit 7961196

Browse files
committed
build-tests: upgrade stylish-core to fix build-test
1 parent e124edc commit 7961196

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
@@ -1980,7 +1980,7 @@ mod tests {
19801980
fn test_no_implicit_features_for_optional_dependencies_with_dep_syntax() {
19811981
wrapper(|env| {
19821982
let crate_ = "stylish-core";
1983-
let version = "0.1.1";
1983+
let version = "0.1.2";
19841984
let mut builder = RustwideBuilder::init(env).unwrap();
19851985
builder.update_toolchain()?;
19861986
assert!(

0 commit comments

Comments
 (0)