Skip to content

Commit

Permalink
fix(hermes): add Cargo.lock to fix precommit (#1852)
Browse files Browse the repository at this point in the history
* fix(hermes): add Cargo.lock and fix precommit

* add cargo.toml too
  • Loading branch information
jayantk authored Aug 29, 2024
1 parent 4b9fc1e commit 539542c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/hermes/server/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 apps/hermes/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermes"
version = "0.5.16"
version = "0.5.17"
description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle."
edition = "2021"

Expand Down

0 comments on commit 539542c

Please sign in to comment.