Skip to content

Commit eacb1b9

Browse files
update Cargo.toml for release v2.6.6 (#1618)
* update Cargo.toml for release v2.6.6 * use stable toolchain instead of nightly
1 parent 2469862 commit eacb1b9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040

4141
- name: Setup Rust toolchain
42-
uses: dtolnay/rust-toolchain@nightly
42+
uses: dtolnay/rust-toolchain@stable
4343
with:
4444
targets: ${{ matrix.target }}
4545

@@ -100,7 +100,7 @@ jobs:
100100
python3
101101
102102
- name: Setup Rust toolchain
103-
uses: dtolnay/rust-toolchain@nightly
103+
uses: dtolnay/rust-toolchain@stable
104104
with:
105105
targets: x86_64-unknown-linux-gnu
106106

@@ -156,7 +156,7 @@ jobs:
156156
python3
157157
158158
- name: Setup Rust toolchain
159-
uses: dtolnay/rust-toolchain@nightly
159+
uses: dtolnay/rust-toolchain@stable
160160
with:
161161
targets: aarch64-apple-darwin
162162

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "2.6.5"
3+
version = "2.6.6"
44
authors = ["Parseable Team <hi@parseable.com>"]
55
edition = "2024"
66
rust-version = "1.88.0"
@@ -183,8 +183,8 @@ arrow = "57.1.0"
183183
temp-dir = "0.1.14"
184184

185185
[package.metadata.parseable_ui]
186-
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.6.5/build.zip"
187-
assets-sha1 = "d4c2bd863d18d927fb1b3277b9cd326c17ec43f7"
186+
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.6.6/build.zip"
187+
assets-sha1 = "a546b3e387ab01c4592722ce74cc4efd030e618e"
188188

189189
[features]
190190
debug = []

0 commit comments

Comments
 (0)