Skip to content

Commit cf89452

Browse files
feat(rust): switch to stable toolchain for now
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
1 parent ec04e41 commit cf89452

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/zsh/zshrc

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ alias cfg='CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph'
7070

7171
alias gst='git status'
7272
alias gl='git log'
73+
alias glo='git log --oneline'
7374
alias grl='git reflog'
7475
alias gd='git diff'
7576
alias gds='git diff --staged'

nix/shells/rust/rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
stable

0 commit comments

Comments
 (0)