-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update surrealdb 2.1.0 * Update toolchain rustc 1.80.1 is not supported by the following package: [email protected] requires rustc 1.81.0 * Update deny file to actual settings * Update depends that are using yanked versions * Don't use the beta versions of surrealdb * Update example depends * Drop wee_alloc due to RUSTSEC-2022-0054 * Update [email protected]
- Loading branch information
1 parent
c41a902
commit bef57bb
Showing
10 changed files
with
925 additions
and
770 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 |
---|---|---|
|
@@ -27,8 +27,8 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Install 1.80.1 toolchain | ||
uses: dtolnay/rust-toolchain@1.80.1 | ||
- name: Install 1.81.0 toolchain | ||
uses: dtolnay/rust-toolchain@1.81.0 | ||
|
||
- name: Install wasm-pack | ||
uses: jetli/[email protected] | ||
|
Oops, something went wrong.