Skip to content

Commit

Permalink
chore: publish actuate-v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Dec 7, 2024
1 parent 46af455 commit 68e8b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- name: Run clippy
run: cargo clippy --features full -- -D warnings
run: cargo clippy -- -D warnings

# Run cargo test
test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actuate"
version = "0.17.2"
version = "0.18.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A reactive user-interface framework"
Expand Down

0 comments on commit 68e8b0a

Please sign in to comment.