Skip to content

Commit

Permalink
Merge pull request #40 from hasura/djh/bump-rust-toolchain
Browse files Browse the repository at this point in the history
chore: Bump rust toolchain
  • Loading branch information
danieljharvey authored Oct 23, 2023
2 parents 41db7bd + 8dbb089 commit 9a1daf1
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nix-check.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: nix check

on:
push:

jobs:
nix-develop:
name: nix develop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@v6

- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: nix develop --command true
run: |
nix develop --print-build-logs --command true
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.72.1"
channel = "1.73.0"
profile = "default" # see https://rust-lang.github.io/rustup/concepts/profiles.html
components = ["rust-analyzer", "rust-src"] # see https://rust-lang.github.io/rustup/concepts/components.html

0 comments on commit 9a1daf1

Please sign in to comment.