Skip to content

Commit 3f10185

Browse files
authored
Bump cargo toml for 2.21.0 (#341)
* Bump cargo toml * Fix bug in the github workflow
1 parent d688070 commit 3f10185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
DOCKER_USER: ${{ secrets.DOCKER_IO_USER }}
1313
IS_RELEASE: ${{
1414
startsWith( github.ref, 'refs/tags/pythd-' ) ||
15-
startsWith( github.ref, 'refs/tags/oracle-' ) ||
15+
startsWith( github.ref, 'refs/tags/oracle-' ) }}
1616
IS_ORACLE_RELEASE: ${{
1717
startsWith( github.ref, 'refs/tags/oracle-' ) }}
1818

program/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-oracle"
3-
version = "2.20.0"
3+
version = "2.21.0"
44
edition = "2021"
55
license = "Apache 2.0"
66
publish = false

0 commit comments

Comments
 (0)