Skip to content

Commit 6f99749

Browse files
committed
Fix no_std build
1 parent acef6ff commit 6f99749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cglue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cglue"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
authors = ["Aurimas Blažulionis <[email protected]>"]
55
edition = "2018"
66
description = "FFI safe abstractions for making plugins and C-compatible libraries"

cglue/src/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use core::mem::ManuallyDrop;
2+
use std::prelude::v1::*;
23

34
#[repr(C)]
45
#[cfg_attr(feature = "abi_stable", derive(::abi_stable::StableAbi))]

0 commit comments

Comments
 (0)