mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +00:00
Downgrade objdiff-wasm Rust edition temporarily
This commit is contained in:
parent
799971d54e
commit
fa4a6cadbb
@ -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
|
||||
|
@ -20,7 +20,7 @@
|
||||
//! this is defined as a "weak" symbol. This means that other definitions are
|
||||
//! allowed to overwrite it if they are present in a compilation.
|
||||
|
||||
use alloc::{Layout, alloc};
|
||||
use alloc::{alloc, Layout};
|
||||
use core::ptr;
|
||||
|
||||
#[used]
|
||||
|
Loading…
x
Reference in New Issue
Block a user