Skip to content

Commit

Permalink
Bump to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jan 18, 2025
1 parent 663947f commit e7776ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check code format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --target ${{ matrix.targets }} --all-features -- -A clippy::new_without_default
run: cargo clippy --target ${{ matrix.targets }} --all-features
- name: Build
run: cargo build --target ${{ matrix.targets }} --all-features
- name: Unit test
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crate_interface"
version = "0.1.3"
version = "0.1.4"
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."
Expand All @@ -10,6 +10,7 @@ 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"]
rust-version = "1.57"

[dependencies]
proc-macro2 = "1.0"
Expand Down

0 comments on commit e7776ff

Please sign in to comment.