Skip to content

Commit

Permalink
Update version to 0.4.0 (#49)
Browse files Browse the repository at this point in the history
* Bump version to 0.4.0
* Remove deprecated namespaces
  • Loading branch information
Phantomical authored Jun 26, 2021
1 parent 8b15512 commit 84aba87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xed-sys"
version = "0.3.0"
version = "0.4.0"
authors = ["Phantomical", "Agustin Godnic"]
license = "Apache-2.0"
description = "Rust FFI bindings for Intel XED."
Expand Down
12 changes: 0 additions & 12 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ extern crate core;

pub use crate::_detail::{c2rust::*, xed_interface_inner::*};

// Note: Remove this when v0.4 rolls around
#[deprecated(since = "0.3.0", note = "All exports are now in the crate root")]
pub mod xed_interface {
pub use crate::*;
}

// Note: Remove this when v0.4 rolls around
#[deprecated(since = "0.3.0", note = "All exports are now in the crate root")]
pub mod xed_version {
pub use crate::{xed_get_copyright, xed_get_version};
}

// This module shouldn't conflict with any of the stuff exported
// in the root.
mod _detail {
Expand Down

0 comments on commit 84aba87

Please sign in to comment.