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:
Darren Schroeder 2022-09-22 12:37:52 -05:00 committed by GitHub
parent ad0c6bf7d5
commit 03b7dd2725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"