Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from grafbase/feat-update-worker
Browse files Browse the repository at this point in the history
feat: update worker
  • Loading branch information
Miaxos authored Sep 1, 2022
2 parents e59925c + 8d96849 commit 22a4c4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Upgrade worker-rs to `v0.0.11`

## [0.5.0]

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror = "1.0"
itertools = "0.10"
http = "0.2"
lazy_static = "1.4"
worker = "0.0.10"
worker = "0.0.11"
prost = { version = "0.10", features = ["std"] }

[build-dependencies]
Expand Down

0 comments on commit 22a4c4a

Please sign in to comment.