Skip to content

Commit

Permalink
update for rustc sysroot structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 5, 2023
1 parent 0937487 commit 625427d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,12 @@ version = "*"
[dependencies.std]
features = {std_features:?}
path = {src_dir_std:?}
[dependencies.test]
path = {src_dir_test:?}
[dependencies.sysroot]
path = {src_dir_sysroot:?}
"#,
std_features = std_features,
src_dir_std = src_dir.join("std"),
src_dir_test = src_dir.join("test"),
src_dir_sysroot = src_dir.join("sysroot"),
),
};
let manifest = format!(
Expand Down

0 comments on commit 625427d

Please sign in to comment.