Skip to content

Commit

Permalink
Downgrade thread-program-v1 dep to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed May 2, 2023
1 parent b3e4ddd commit d37ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.5", 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.15", features = ["no-entrypoint"] }
clockwork-network-program = { package = "clockwork-network-program", path = "../programs/network", version = "=2.0.15", features = ["no-entrypoint"] }
clockwork-relayer-api = { path = "../relayer/api", version = "=2.0.15" }

1 comment on commit d37ce1b

@vercel
Copy link

@vercel vercel bot commented on d37ce1b May 2, 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.