Skip to content

Commit 21754a8

Browse files
committed
Bump from v2.0.15 to v2.0.16
1 parent 02e3333 commit 21754a8

File tree

14 files changed

+47
-46
lines changed

14 files changed

+47
-46
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OLD_VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.15

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.15
1+
2.0.16

cli/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-cli"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "Command line interface for Clockwork"
55
edition = "2021"
66
license = "AGPL-3.0-or-later"
@@ -18,13 +18,13 @@ anyhow = "1.0.61"
1818
bincode = "1.3.3"
1919
bzip2 = "0.4"
2020
clap = { version = "3.1.2", features = ["derive"] }
21-
clockwork-cron = { path = "../cron", version = "=2.0.15" }
22-
clockwork-network-program = { path = "../programs/network", version = "=2.0.15" }
23-
clockwork-relayer-api = { path = "../relayer/api", version = "=2.0.15" }
24-
clockwork-plugin-utils= { path = "../plugin/utils", version = "=2.0.15" }
25-
clockwork-thread-program = { path = "../programs/thread", version = "=2.0.15" }
26-
clockwork-utils = { path = "../utils", version = "=2.0.15" }
27-
clockwork-webhook-program = { path = "../programs/webhook", version = "=2.0.15" }
21+
clockwork-cron = { path = "../cron", version = "=2.0.16" }
22+
clockwork-network-program = { path = "../programs/network", version = "=2.0.16" }
23+
clockwork-relayer-api = { path = "../relayer/api", version = "=2.0.16" }
24+
clockwork-plugin-utils= { path = "../plugin/utils", version = "=2.0.16" }
25+
clockwork-thread-program = { path = "../programs/thread", version = "=2.0.16" }
26+
clockwork-utils = { path = "../utils", version = "=2.0.16" }
27+
clockwork-webhook-program = { path = "../programs/webhook", version = "=2.0.16" }
2828
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
2929
dirs-next = "2.0.0"
3030
indicatif = "0.16"

cron/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-cron"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "A cron expression parser that's safe to use in the Solana runtime"
55
edition = "2021"
66
license = "AGPL-3.0-or-later"

plugin/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork_plugin"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
# this needs to match whatever solana uses!
55
rust-version = "1.60.0"
66
edition = "2021"
@@ -26,14 +26,14 @@ bincode = "1.3.3"
2626
bs58 = "0.4.0"
2727
bugsnag = "0.2.1"
2828
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
29-
clockwork-cron = { path = "../cron", version = "=2.0.15" }
30-
clockwork-network-program = { path = "../programs/network", version = "=2.0.15" }
31-
clockwork-plugin-utils = { path = "utils", version = "=2.0.15" }
32-
clockwork-relayer-api = { path = "../relayer/api", version = "=2.0.15" }
33-
clockwork-thread-program = { package = "clockwork-thread-program", path = "../programs/thread", version = "=2.0.15" }
29+
clockwork-cron = { path = "../cron", version = "=2.0.16" }
30+
clockwork-network-program = { path = "../programs/network", version = "=2.0.16" }
31+
clockwork-plugin-utils = { path = "utils", version = "=2.0.16" }
32+
clockwork-relayer-api = { path = "../relayer/api", version = "=2.0.16" }
33+
clockwork-thread-program = { package = "clockwork-thread-program", path = "../programs/thread", version = "=2.0.16" }
3434
clockwork-thread-program-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "=1.4.4" }
35-
clockwork-webhook-program = { path = "../programs/webhook", version = "=2.0.15" }
36-
clockwork-utils = { path = "../utils", version = "=2.0.15" }
35+
clockwork-webhook-program = { path = "../programs/webhook", version = "=2.0.16" }
36+
clockwork-utils = { path = "../utils", version = "=2.0.16" }
3737
lazy_static = "1.4.0"
3838
log = "0.4"
3939
prost = "0.10.0"

plugin/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-plugin-utils"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
edition = "2021"
55
description = "Clockwork Plugin Utils"
66
license = "AGPL-3.0-or-later"

programs/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-network-program"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "Clockwork networking protocol"
55
edition = "2021"
66
license = "AGPL-3.0-or-later"
@@ -24,5 +24,5 @@ default = []
2424
[dependencies]
2525
anchor-lang = "0.27.0"
2626
anchor-spl = { features = ["mint", "token"], version = "0.27.0" }
27-
clockwork-utils = { path = "../../utils", version = "=2.0.15" }
27+
clockwork-utils = { path = "../../utils", version = "=2.0.16" }
2828
winnow = "=0.4.1"

programs/thread/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-thread-program"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "Clockwork thread program"
55
edition = "2021"
66
license = "AGPL-3.0-or-later"
@@ -24,10 +24,10 @@ default = []
2424
[dependencies]
2525
anchor-lang = "0.27.0"
2626
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
27-
clockwork-cron = { path = "../../cron", version = "=2.0.15" }
28-
clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.15" }
27+
clockwork-cron = { path = "../../cron", version = "=2.0.16" }
28+
clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.16" }
2929
clockwork-thread-program-v1 = { path = "v1", version = "=1.4.4" }
30-
clockwork-utils = { path = "../../utils", version = "=2.0.15" }
30+
clockwork-utils = { path = "../../utils", version = "=2.0.16" }
3131
pyth-sdk-solana = "0.7.1"
3232
static-pubkey = "1.0.3"
3333
version = "3.0.0"

programs/webhook/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clockwork-webhook-program"
3-
version = "2.0.15"
3+
version = "2.0.16"
44
description = "Clockwork webhook program"
55
edition = "2021"
66
license = "AGPL-3.0-or-later"
@@ -23,6 +23,6 @@ default = []
2323

2424
[dependencies]
2525
anchor-lang = { features = ["init-if-needed"], version = "0.27.0" }
26-
clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.15" }
27-
clockwork-utils = { path = "../../utils", version = "=2.0.15" }
26+
clockwork-network-program = { path = "../network", features = ["cpi"], version = "=2.0.16" }
27+
clockwork-utils = { path = "../../utils", version = "=2.0.16" }
2828
serde = "1.0.152"

0 commit comments

Comments
 (0)