Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmweis committed Nov 27, 2023
1 parent 78a75e7 commit 57ea51c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "hopper_rust"
publish = false
readme = "README.md"
repository = "https://github.com/dmweis/hopper_rust"
version = "0.4.13"
version = "0.4.14"

[package.metadata.deb]
assets = [
Expand Down Expand Up @@ -98,8 +98,8 @@ dynamixel-driver = {branch = "main", git = "https://github.com/dmweis/dynamixel-
rplidar_driver = {git = "https://github.com/dmweis/rplidar_driver", branch = "main"}

# openai
# async-openai = {version = "0.17"}
async-openai = {git = "https://github.com/dmweis/async-openai", branch = "main"}
async-openai = {version = "0.17.1"}
# async-openai = {git = "https://github.com/dmweis/async-openai", branch = "main"}



Expand Down

0 comments on commit 57ea51c

Please sign in to comment.