Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: Update Rust toolchain to 2024-05-02 #1246

Open
wants to merge 5 commits into
base: I46039b68fa1f8fa02e08b5789a1151ca77314b35
Choose a base branch
from

Commits on May 23, 2024

  1. build: Bump readyset version number for linux pkgs

    The linux release packages get their version number from the readyset
    version number in public/readyset/Cargo.toml.
    
    Change-Id: I445f45581cae2da5854c475951473c9c6e344196
    Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7531
    Tested-by: Buildkite CI
    Reviewed-by: Marcelo Altmann <[email protected]>
    ronh-rs committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cbf50d1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. system-benchmarks: Allow straddled joins

    Allow straddled joins in system-benchmark testing.
    
    Change-Id: I4b7e846b543711cac786e9382673d972e949efc2
    Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7526
    Tested-by: Buildkite CI
    Reviewed-by: Michael Zink <[email protected]>
    Reviewed-by: Ethan Donowitz <[email protected]>
    jasobrown-rs committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4b1a4db View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. treewide: Update ECR public Rust images

    This commit updates the Rust version of the public ECR library image we
    use for our xtask crate and for our cargo-deny docker image builder. The
    version is updated from 1.74 to 1.78.
    
    Change-Id: Idad4f0c1727b5bc37c1f008281e450e8f63fa24d
    Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7447
    Tested-by: Buildkite CI
    Reviewed-by: Jason Brown <[email protected]>
    ethowitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    976c64b View commit details
    Browse the repository at this point in the history
  2. build: Update cargo-deny version

    This commit updates the cargo-deny version we use from 0.13.17 to
    0.14.23.
    
    Change-Id: I46039b68fa1f8fa02e08b5789a1151ca77314b35
    Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7448
    Tested-by: Buildkite CI
    Reviewed-by: Jason Brown <[email protected]>
    ethowitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a4fee54 View commit details
    Browse the repository at this point in the history
  3. treewide: Update Rust toolchain to 2024-05-02

    This commit updates the Rust toolchain being used in both public/ and
    crates/ to nightly 2024-05-02, which corresponds with the stable release
    of 1.78 on the same date.
    
    Change-Id: I56ea0995b899ce657b47bb42c6d2bef219db2516
    Reviewed-on: https://gerrit.readyset.name/c/readyset/+/7439
    Tested-by: Buildkite CI
    Reviewed-by: Jason Brown <[email protected]>
    ethowitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c82d7e3 View commit details
    Browse the repository at this point in the history