Skip to content

Commit

Permalink
Fix cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt committed Mar 24, 2024
1 parent b50baa2 commit df4cf33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 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
Expand Up @@ -14,8 +14,8 @@ tokio = "1.36.0"
env_logger = "0.11.2"
http_v02 = { package = "http", version = "0.2.12" }
sqlx = { version = "0.7", features = [ "runtime-tokio", "postgres", "uuid", "bigdecimal", "rust_decimal" ] }
# openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.5"}
openworkers-runtime = { path = "../openworkers-runtime" }
openworkers-runtime ={ git = "https://github.com/openworkers/openworkers-runtime", tag = "v0.1.6"}
# openworkers-runtime = { path = "../openworkers-runtime" }
nats = "0.24.1"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit df4cf33

Please sign in to comment.