Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Nov 10, 2023
1 parent e8bb2fc commit 5fc59c6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 39 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2023-11-10

### Changed

- Update depencencies [(#31)](https://github.com/pythonbrad/clafrica-wish/pull/31)

## [0.3.0] - 2023-09-16

### Changed
Expand Down
74 changes: 37 additions & 37 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "afrim-wish"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Wish interface for the afrim."
repository = "https://github.com/pythonbrad/afrim-wish"
Expand All @@ -17,7 +17,7 @@ inhibit = ["afrim/inhibit"]
rhai = ["afrim/rhai"]

[dependencies]
afrim = { version = "0.5.0", default-features = false }
afrim = { version = "0.5.1", default-features = false }
rstk = "0.1.0"
serde = { version = "1.0.163", features = ["serde_derive"] }
toml = "0.7.3"

0 comments on commit 5fc59c6

Please sign in to comment.