Skip to content

Commit

Permalink
Update Rust version to 1.56 stable (#1201)
Browse files Browse the repository at this point in the history
* Remove Rust version lock

* Readd rust-toolchain
  • Loading branch information
zbraniecki authored Oct 21, 2021
1 parent 8aa98be commit 7256f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/locid/tests/fixtures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct LocaleExtensions {
transform: Option<LocaleExtensionTransform>,
#[serde(default)]
private: Vec<String>,
other: Option<String>,
_other: Option<String>,
}

impl TryFrom<LocaleExtensions> for Extensions {
Expand Down
6 changes: 2 additions & 4 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[toolchain]
# Version updated on 2021-09-22
# Note: This is 1.56.0-beta.3, but it can't be specified in that way;
# see https://github.com/rust-lang/rustup/issues/1329
channel = "beta-2021-09-18"
# Version updated on 2021-10-21
channel = "1.56"

0 comments on commit 7256f16

Please sign in to comment.