Skip to content

Commit

Permalink
chore: update afrim dependency (#54)
Browse files Browse the repository at this point in the history
We will fetch the crate from github since we can't always wait for the
afrim release.
  • Loading branch information
pythonbrad authored Apr 14, 2024
1 parent a2f4945 commit 02bc169
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions 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
Expand Up @@ -17,7 +17,7 @@ inhibit = ["afrim/inhibit"]
rhai = ["afrim/rhai"]

[dependencies]
afrim = { version = "0.5.4", default-features = false }
afrim = { version = "0.5.4", default-features = false, git = "https://github.com/pythonbrad/afrim", rev = "7e5daba" }
clap = "4.5.4"
rstk = "0.1.0"
serde = { version = "1.0.197", features = ["serde_derive"] }
Expand Down

0 comments on commit 02bc169

Please sign in to comment.