feat: Use latest version of loupe.

This commit is contained in:
Ivan Enderlin
2021-03-22 12:10:39 +01:00
parent 44dc884260
commit 03486f3b8a
30 changed files with 30 additions and 32 deletions

View File

@@ -56,7 +56,7 @@ pub use crate::vmcontext::{
VMTableImport, VMTrampoline,
};
pub use crate::vmoffsets::{TargetSharedSignatureIndex, VMOffsets};
use loupe_derive::MemoryUsage;
use loupe::MemoryUsage;
/// Version number of this crate.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");