Skip to content

Commit

Permalink
Release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Oct 17, 2022
1 parent 34804f0 commit 7c6d819
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
"rust": [
"stable",
# "1.55.0" TODO: Pick latest stable version when we release 2.0
],
"features": [
"",
]
# "features": [
# "",
# ]
}
},
"steps": [
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtue"
version = "0.0.9"
version = "0.0.10"
edition = "2018"
description = "A sinless derive macro helper"
license = "MIT"
Expand Down
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
default:
just --list

ci:
cargo fmt --all -- --check
cargo clippy --all-features -- -D warnings
cargo test

0 comments on commit 7c6d819

Please sign in to comment.