-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: use different claim for wasi Signed-off-by: Anton Whalley <[email protected]> * fix: remove main hyper Signed-off-by: Anton Whalley <[email protected]> * fix: ignore runtimes docs in wasi test Signed-off-by: Anton Whalley <[email protected]> * fix: reference attributed rust-claim Signed-off-by: Anton Whalley <[email protected]> * fix: use supported claims Signed-off-by: Anthony Whalley <[email protected]> * fix: update ticks Signed-off-by: Anton Whalley <[email protected]> * test: wasi target_os and hyper conditional Signed-off-by: Anton Whalley <[email protected]> * fix: revert toml format and param for target Signed-off-by: Anton Whalley <[email protected]> * fix: remove formatting of cargo file Signed-off-by: Fabrizio Lazzaretti <[email protected]> --------- Signed-off-by: Anton Whalley <[email protected]> Signed-off-by: Anthony Whalley <[email protected]> Signed-off-by: Fabrizio Lazzaretti <[email protected]> Co-authored-by: Fabrizio Lazzaretti <[email protected]>
- Loading branch information
1 parent
a59c3f5
commit 13c36fd
Showing
3 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
#[test] | ||
#[cfg_attr(target_os = "wasi", ignore)] | ||
fn test_readme_deps() { | ||
version_sync::assert_markdown_deps_updated!("README.md"); | ||
} | ||
|
||
#[test] | ||
#[cfg_attr(target_os = "wasi", ignore)] | ||
fn test_html_root_url() { | ||
version_sync::assert_html_root_url_updated!("src/lib.rs"); | ||
} |