Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 11, 2024
1 parent cd65392 commit 662c913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "crate_interface"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Yuekai Jia <[email protected]>"]
description = "Provides a way to define an interface (trait) in a crate, but can implement or use it in any crate."
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
repository = "https://github.com/arceos-org/crate_interface"
documentation = "https://docs.rs/crate_interface"
keywords = ["arceos", "api", "macro"]
categories = ["development-tools::procedural-macro-helpers", "no-std"]

Expand Down

0 comments on commit 662c913

Please sign in to comment.