Skip to content

Commit

Permalink
feat(rust): switch to stable toolchain for now
Browse files Browse the repository at this point in the history
pathfinder_simd uses a nightly feature that changed recently,
and as such fails to compile on nightly.
See

plotters-rs/plotters#548
servo/font-kit#233
servo/pathfinder#550
  • Loading branch information
MultisampledNight committed Feb 13, 2024
1 parent ec04e41 commit cf89452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ alias cfg='CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph'

alias gst='git status'
alias gl='git log'
alias glo='git log --oneline'
alias grl='git reflog'
alias gd='git diff'
alias gds='git diff --staged'
Expand Down
2 changes: 1 addition & 1 deletion nix/shells/rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
stable

0 comments on commit cf89452

Please sign in to comment.