Skip to content

Commit

Permalink
Merge 1ea1c26 into 21d69ca
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Jul 6, 2021
2 parents 21d69ca + 1ea1c26 commit aa77150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2021-03-24]
rust: [nightly-2021-07-05]
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2021-03-24]
rust: [nightly-2021-07-05]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2021-03-24]
rust: [nightly-2021-07-05]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ num = "0.4"
csv_crate = { version = "1.1", optional = true, package="csv" }
regex = "1.3"
lazy_static = "1.4"
packed_simd = { version = "0.3.4", optional = true, package = "packed_simd_2" }
packed_simd = { version = "0.3", optional = true, package = "packed_simd_2" }
chrono = "0.4"
flatbuffers = { version = "=2.0.0", optional = true }
hex = "0.4"
Expand Down

0 comments on commit aa77150

Please sign in to comment.