mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 23:23:34 +00:00
Downgrade objdiff-wasm Rust edition temporarily
This commit is contained in:
parent
799971d54e
commit
fa4a6cadbb
@ -1,7 +1,9 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "objdiff-wasm"
|
name = "objdiff-wasm"
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
edition.workspace = true
|
# TODO: Update to 2024
|
||||||
|
# https://github.com/bytecodealliance/wit-bindgen/pull/1183
|
||||||
|
edition = "2021"
|
||||||
rust-version.workspace = true
|
rust-version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
//! this is defined as a "weak" symbol. This means that other definitions are
|
//! this is defined as a "weak" symbol. This means that other definitions are
|
||||||
//! allowed to overwrite it if they are present in a compilation.
|
//! allowed to overwrite it if they are present in a compilation.
|
||||||
|
|
||||||
use alloc::{Layout, alloc};
|
use alloc::{alloc, Layout};
|
||||||
use core::ptr;
|
use core::ptr;
|
||||||
|
|
||||||
#[used]
|
#[used]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user