File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " parseable"
3- version = " 2.6.5 "
3+ version = " 2.6.6 "
44authors = [" Parseable Team <hi@parseable.com>" ]
55edition = " 2024"
66rust-version = " 1.88.0"
@@ -183,8 +183,8 @@ arrow = "57.1.0"
183183temp-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 ]
190190debug = []
You can’t perform that action at this time.
0 commit comments