Skip to content

Commit

Permalink
Bump cargo toml for 2.21.0 (#341)
Browse files Browse the repository at this point in the history
* Bump cargo toml

* Fix bug in the github workflow
  • Loading branch information
guibescos authored Feb 8, 2023
1 parent d688070 commit 3f10185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
DOCKER_USER: ${{ secrets.DOCKER_IO_USER }}
IS_RELEASE: ${{
startsWith( github.ref, 'refs/tags/pythd-' ) ||
startsWith( github.ref, 'refs/tags/oracle-' ) ||
startsWith( github.ref, 'refs/tags/oracle-' ) }}
IS_ORACLE_RELEASE: ${{
startsWith( github.ref, 'refs/tags/oracle-' ) }}

Expand Down
2 changes: 1 addition & 1 deletion program/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyth-oracle"
version = "2.20.0"
version = "2.21.0"
edition = "2021"
license = "Apache 2.0"
publish = false
Expand Down

0 comments on commit 3f10185

Please sign in to comment.