Skip to content

Commit 01b73e4

Browse files
committed
Bump from v1.2.0 to v1.2.1
1 parent 9e3c031 commit 01b73e4

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 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.2.0"
16+
version = "1.2.1"
1717
edition = "2021"
1818
license = "AGPL-3.0-or-later"
1919
homepage = "https://sablier.dev"
@@ -44,12 +44,12 @@ rayon = "1.10.0"
4444
regex = "1.10.6"
4545
reqwest = "0.11"
4646
rustc_version = "0.4"
47-
sablier-cron = { path = "./cron", version = "=1.2.0" }
48-
sablier-network-program = { path = "./programs/network", version = "=1.2.0" }
49-
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.2.0" }
50-
sablier-macros = { path = "./utils/macros", version = "=1.2.0" }
51-
sablier-thread-program = { path = "./programs/thread", version = "=1.2.0" }
52-
sablier-utils = { path = "./utils", version = "=1.2.0" }
47+
sablier-cron = { path = "./cron", version = "=1.2.1" }
48+
sablier-network-program = { path = "./programs/network", version = "=1.2.1" }
49+
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.2.1" }
50+
sablier-macros = { path = "./utils/macros", version = "=1.2.1" }
51+
sablier-thread-program = { path = "./programs/thread", version = "=1.2.1" }
52+
sablier-utils = { path = "./utils", version = "=1.2.1" }
5353
serde = "1.0"
5454
serde_json = "1.0"
5555
solana-account-decoder = "=1.18.25"

OLD_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

0 commit comments

Comments
 (0)