mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
bump pinned rust version (#6600)
since rust 1.64 was just released, let's bump the pinned version but only be 1 version of rust behind instead of 2. 1 version should hopefully be enough to allow pkg repositories to get updated... i hope
This commit is contained in:
parent
ad0c6bf7d5
commit
03b7dd2725
@ -16,4 +16,4 @@ profile = "default"
|
||||
# use in nushell, we may opt to use the bleeding edge stable version of rust.
|
||||
# I believe rust is on a 6 week release cycle and nushell is on a 3 week release cycle.
|
||||
# So, every two nushell releases, this version number should be bumped by one.
|
||||
channel = "1.61.0"
|
||||
channel = "1.63.0"
|
||||
|
Loading…
Reference in New Issue
Block a user