Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/ci.yml
#	.github/workflows/release.yml
#	Cargo.lock
#	Cargo.toml
#	package.json
#	rust-toolchain
#	src/js_macro_folder.rs
#	src/lib.rs
  • Loading branch information
timofei-iatsenko committed Oct 30, 2024
2 parents 931ee1d + d02b493 commit 5e84f3b
Show file tree
Hide file tree
Showing 16 changed files with 832 additions and 765 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'LICENSE'

env:
TOOLCHAIN: nightly-2024-07-21
TOOLCHAIN: 1.80.0

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [released, prereleased]

env:
TOOLCHAIN: nightly-2024-07-21
TOOLCHAIN: 1.80.0

jobs:
release:
Expand Down
Loading

0 comments on commit 5e84f3b

Please sign in to comment.