Skip to content

Commit

Permalink
Merge pull request #794 from jneem/rust-example-channel
Browse files Browse the repository at this point in the history
Update languages example to use rust channel.
  • Loading branch information
domenkozar authored Aug 19, 2023
2 parents eee8024 + b7b8846 commit 49ebb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ What if you could have the tooling for any programming language by flipping a to
languages.python.version = "3.11.3";
languages.rust.enable = true;
# https://devenv.sh/reference/options/#languagesrustversion
languages.rust.version = "latest";
# https://devenv.sh/reference/options/#languagesrustchannel
languages.rust.channel = "stable";
}
```

Expand Down

0 comments on commit 49ebb9b

Please sign in to comment.