Skip to content

Commit

Permalink
Fix no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
h33p committed Dec 28, 2021
1 parent acef6ff commit 6f99749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cglue/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cglue"
version = "0.2.4"
version = "0.2.5"
authors = ["Aurimas Blažulionis <0x60@pm.me>"]
edition = "2018"
description = "FFI safe abstractions for making plugins and C-compatible libraries"
Expand Down
1 change: 1 addition & 0 deletions cglue/src/vec.rs
@@ -1,4 +1,5 @@
use core::mem::ManuallyDrop;
use std::prelude::v1::*;

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

0 comments on commit 6f99749

Please sign in to comment.