Skip to content

Commit 70c3a56

Browse files
committed
Bump from v1.0.0-alpha.3 to v1.0.0
1 parent 375ff0c commit 70c3a56

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ incremental = false
1313
codegen-units = 1
1414

1515
[workspace.package]
16-
version = "1.0.0-alpha.3"
16+
version = "1.0.0"
1717
edition = "2021"
1818
license = "AGPL-3.0-or-later"
1919
homepage = "https://sablier.dev"
@@ -46,13 +46,13 @@ rayon = "1.10.0"
4646
regex = "1.10.6"
4747
reqwest = "0.11"
4848
rustc_version = "0.4"
49-
sablier-cron = { path = "./cron", version = "=1.0.0-alpha.3" }
50-
sablier-network-program = { path = "./programs/network", version = "=1.0.0-alpha.3" }
51-
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0-alpha.3" }
52-
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.3" }
53-
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.3" }
54-
sablier-utils = { path = "./utils", version = "=1.0.0-alpha.3" }
55-
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0-alpha.3" }
49+
sablier-cron = { path = "./cron", version = "=1.0.0" }
50+
sablier-network-program = { path = "./programs/network", version = "=1.0.0" }
51+
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0" }
52+
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0" }
53+
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0" }
54+
sablier-utils = { path = "./utils", version = "=1.0.0" }
55+
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0" }
5656
serde = "1.0"
5757
serde_json = "1.0"
5858
solana-account-decoder = "=1.18.22"

OLD_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-alpha.2
1+
1.0.0-alpha.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-alpha.3
1+
1.0.0

0 commit comments

Comments
 (0)