Skip to content

Commit

Permalink
update clockwork-thread-program-v1 to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrites committed Apr 10, 2023
1 parent 791520a commit 385da24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anchor-lang = "0.27.0"
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-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "1.4.4", features = ["no-entrypoint"] }
clockwork-thread-program-v2 = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.13", features = ["no-entrypoint"] }
clockwork-network-program = { package = "clockwork-network-program", path = "../programs/network", version = "2.0.13", features = ["no-entrypoint"] }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.13" }
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clockwork-client = { path = "../client", version = "2.0.13" }
clockwork-cron = { path = "../cron", version = "2.0.13" }
clockwork-relayer-api = { path = "../relayer/api", version = "2.0.13" }
clockwork-thread-program = { package = "clockwork-thread-program", path = "../programs/thread", version = "2.0.13" }
clockwork-thread-program-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "1.4.3" }
clockwork-thread-program-v1 = { package = "clockwork-thread-program-v1", path = "../programs/thread/v1", version = "1.4.4" }
clockwork-utils = { path = "../utils", version = "2.0.13" }
lazy_static = "1.4.0"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion programs/thread/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ anchor-lang = "0.27.0"
chrono = { version = "0.4.19", default-features = false, features = ["alloc"] }
clockwork-cron = { path = "../../cron", version = "2.0.13" }
clockwork-network-program = { path = "../network", features = ["cpi"], version = "2.0.13" }
clockwork-thread-program-v1 = { path = "v1", version = "1.4.3" }
clockwork-thread-program-v1 = { path = "v1", version = "1.4.4" }
clockwork-utils = { path = "../../utils", version = "2.0.13" }
static-pubkey = "1.0.3"
version = "3.0.0"
2 changes: 1 addition & 1 deletion programs/thread/v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clockwork-thread-program-v1"
version = "1.4.3"
version = "1.4.4"
edition = "2021"
readme = "./README.md"
description = "Clockwork thread program v1"
Expand Down

1 comment on commit 385da24

@vercel
Copy link

@vercel vercel bot commented on 385da24 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.