Downgrade objdiff-wasm Rust edition temporarily

This commit is contained in:
2025-03-04 23:26:10 -07:00
parent 799971d54e
commit fa4a6cadbb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
[package]
name = "objdiff-wasm"
version.workspace = true
edition.workspace = true
# TODO: Update to 2024
# https://github.com/bytecodealliance/wit-bindgen/pull/1183
edition = "2021"
rust-version.workspace = true
authors.workspace = true
license.workspace = true