Skip to content

Commit

Permalink
Bump from 2.0.9 to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Apr 10, 2023
1 parent 5619ac4 commit a8defaa
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 53 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.9
2.0.10
12 changes: 6 additions & 6 deletions app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-app"
version = "2.0.9"
version = "2.0.10"
edition = "2021"
description = "The Clockwork Dashboard"
license = "AGPL-3.0-or-later"
Expand All @@ -17,11 +17,11 @@ bincode = "1.3.3"
bytemuck = "1.13.0"
chrono = "0.4.23"
clockwork-thread-program-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "1.4.3", features = ["no-entrypoint"] }
clockwork-thread-program-v2 = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.9", features = ["no-entrypoint"] }
clockwork-network-program = { package = "clockwork-network-program", path = "../programs/network", version = "2.0.9", features = ["no-entrypoint"] }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.9" }
clockwork-cron = { path = "../cron", version = "2.0.9" }
clockwork-utils = { path = "../utils", version = "2.0.9" }
clockwork-thread-program-v2 = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.10", features = ["no-entrypoint"] }
clockwork-network-program = { package = "clockwork-network-program", path = "../programs/network", version = "2.0.10", features = ["no-entrypoint"] }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.10" }
clockwork-cron = { path = "../cron", version = "2.0.10" }
clockwork-utils = { path = "../utils", version = "2.0.10" }
dioxus = "0.3.1"
dioxus-router = { version = "0.3.0", features = ["web"] }
dioxus-web = "0.3.0"
Expand Down
12 changes: 6 additions & 6 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-cli"
version = "2.0.9"
version = "2.0.10"
description = "Command line interface for Clockwork"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -15,11 +15,11 @@ anchor-lang = "0.27.0"
anyhow = "1.0.61"
bincode = "1.3.3"
clap = { version = "3.1.2", features = ["derive"] }
clockwork-client = { path = "../client", version = "2.0.9" }
clockwork-cron = { path = "../cron", version = "2.0.9" }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.9" }
clockwork-utils = { path = "../utils", version = "2.0.9" }
clockwork-webhook-program = { path = "../programs/webhook", version = "2.0.9" }
clockwork-client = { path = "../client", version = "2.0.10" }
clockwork-cron = { path = "../cron", version = "2.0.10" }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.10" }
clockwork-utils = { path = "../utils", version = "2.0.10" }
clockwork-webhook-program = { path = "../programs/webhook", version = "2.0.10" }
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
dirs-next = "2.0.0"
regex = "1.6.0"
Expand Down
10 changes: 5 additions & 5 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-client"
version = "2.0.9"
version = "2.0.10"
edition = "2021"
description = "Clockwork client"
license = "AGPL-3.0-or-later"
Expand All @@ -19,10 +19,10 @@ anchor-lang = "0.27.0"
anchor-spl = { features = ["mint", "token"], version = "0.27.0" }
bincode = "1.3.3"
borsh = "0.9.3"
clockwork-network-program = { path = "../programs/network", features = ["no-entrypoint"], version = "2.0.9" }
clockwork-thread-program = { path = "../programs/thread", features = ["no-entrypoint"], version = "2.0.9" }
clockwork-utils = { path = "../utils", version = "2.0.9" }
clockwork-webhook-program = { path = "../programs/webhook", features = ["no-entrypoint"], version = "2.0.9" }
clockwork-network-program = { path = "../programs/network", features = ["no-entrypoint"], version = "2.0.10" }
clockwork-thread-program = { path = "../programs/thread", features = ["no-entrypoint"], version = "2.0.10" }
clockwork-utils = { path = "../utils", version = "2.0.10" }
clockwork-webhook-program = { path = "../programs/webhook", features = ["no-entrypoint"], version = "2.0.10" }
solana-client = "~1.14.16"
solana-sdk = "~1.14.16"
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion cron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-cron"
version = "2.0.9"
version = "2.0.10"
description = "A cron expression parser that's safe to use in the Solana runtime"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down
12 changes: 6 additions & 6 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork_plugin"
version = "2.0.9"
version = "2.0.10"
# this needs to match whatever solana uses!
rust-version = "1.60.0"
edition = "2021"
Expand All @@ -25,12 +25,12 @@ bincode = "1.3.3"
bs58 = "0.4.0"
bugsnag = "0.2.1"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-client = { path = "../client", version = "2.0.9" }
clockwork-cron = { path = "../cron", version = "2.0.9" }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.9" }
clockwork-thread-program = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.9" }
clockwork-client = { path = "../client", version = "2.0.10" }
clockwork-cron = { path = "../cron", version = "2.0.10" }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.10" }
clockwork-thread-program = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.10" }
clockwork-thread-program-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "1.4.3" }
clockwork-utils = { path = "../utils", version = "2.0.9" }
clockwork-utils = { path = "../utils", version = "2.0.10" }
lazy_static = "1.4.0"
log = "0.4"
prost = "0.10.0"
Expand Down
4 changes: 2 additions & 2 deletions programs/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-network-program"
version = "2.0.9"
version = "2.0.10"
description = "Clockwork networking protocol"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -24,4 +24,4 @@ default = []
[dependencies]
anchor-lang = "0.27.0"
anchor-spl = { features = ["mint", "token"], version = "0.27.0" }
clockwork-utils = { path = "../../utils", version = "2.0.9" }
clockwork-utils = { path = "../../utils", version = "2.0.10" }
8 changes: 4 additions & 4 deletions programs/thread/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-thread-program"
version = "2.0.9"
version = "2.0.10"
description = "Clockwork thread program"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -24,9 +24,9 @@ default = []
[dependencies]
anchor-lang = "0.27.0"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-cron = { path = "../../cron", version = "2.0.9" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "2.0.9" }
clockwork-cron = { path = "../../cron", version = "2.0.10" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "2.0.10" }
clockwork-thread-program-v1 = { path = "v1", version = "1.4.3" }
clockwork-utils = { path = "../../utils", version = "2.0.9" }
clockwork-utils = { path = "../../utils", version = "2.0.10" }
static-pubkey = "1.0.3"
version = "3.0.0"
6 changes: 3 additions & 3 deletions programs/webhook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-webhook-program"
version = "2.0.9"
version = "2.0.10"
description = "Clockwork webhook program"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -23,6 +23,6 @@ default = []

[dependencies]
anchor-lang = { features = ["init-if-needed"], version = "0.27.0" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "2.0.9" }
clockwork-utils = { path = "../../utils", version = "2.0.9" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "2.0.10" }
clockwork-utils = { path = "../../utils", version = "2.0.10" }
serde = "1.0.152"
6 changes: 3 additions & 3 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-relayer"
version = "2.0.9"
version = "2.0.10"
edition = "2021"
description = "Clockwork relayer for webhook requests"
license = "AGPL-3.0-or-later"
Expand All @@ -18,8 +18,8 @@ actix-cors = "0.6.4"
actix-web = "4.3.1"
anchor-lang = "0.27.0"
byte-unit = "4.0.18"
clockwork-webhook-program = { path = "../programs/webhook", version = "2.0.9" }
clockwork-relayer-api = { path = "api", version = "2.0.9" }
clockwork-webhook-program = { path = "../programs/webhook", version = "2.0.10" }
clockwork-relayer-api = { path = "api", version = "2.0.10" }
curve25519-dalek = "3.2.1"
lazy_static = "1.4.0"
reqwest = "0.11.14"
Expand Down
2 changes: 1 addition & 1 deletion relayer/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-relayer-api"
version = "2.0.9"
version = "2.0.10"
edition = "2021"
description = "Clockwork relayer for webhook requests"
license = "AGPL-3.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-sdk"
version = "2.0.9"
version = "2.0.10"
description = "An SDK for building automated programs on Solana"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand All @@ -16,7 +16,7 @@ name = "clockwork_sdk"
[dependencies]
anchor-lang = "0.27.0"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-thread-program = { path = "../programs/thread", features = ["cpi"], version = "2.0.9" }
clockwork-thread-program = { path = "../programs/thread", features = ["cpi"], version = "2.0.10" }
nom = "~7"
once_cell = "1.5.2"

Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-utils"
version = "2.0.9"
version = "2.0.10"
description = "Tools for building blocks on Solana"
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down

1 comment on commit a8defaa

@vercel
Copy link

@vercel vercel bot commented on a8defaa Apr 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.