-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependence on crate ra_ap_stdx (#230)
* Remove dependence on crate ra_ap_stdx * Remove importing stdx::eprintln!. This was unused in any case * Vendor a very small macro `format_to` from ra_ap_stdx. This was the last feature that we used from that library. * Remove ra_ap_stdx from crates/oq3_syntax/Cargo.toml * Remove a macro call testing whether we are in the rust tree. CI failed locally with this test. We are never in the rust tree, so it should be removed in any case. * Pin version of crate rowan rowan 0.5.16 requires rust 1.77. We need to support rust 1.70 Apparently rowan 0.5.15 is enough * Udate macos version in CI workflow from 11 to 13 macos-11 causes CI to fail, or hang, because the image for macos-11 is no longer available. macos-12 is also not available.
- Loading branch information
Showing
5 changed files
with
21 additions
and
13 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
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