Skip to content

Commit

Permalink
- Use 2021 edition for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 7, 2024
1 parent 1113a71 commit a06d0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 'nightly'
target: 'wasm32-unknown-unknown'
- name: Build with wasm-pack
run: |
Expand Down
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cargo-features = ["edition2024"]

[package]
name = "diff-match-patch-wasm"
version = "0.1.0"
version = "1.0.0"
authors = ["ParticleG <[email protected]>"]
edition = "2024"
edition = "2021"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit a06d0cb

Please sign in to comment.