Skip to content

Commit

Permalink
features: Bump LATEST_STABLE_RUST after #2267.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Sep 23, 2022
1 parent 0f3b8a8 commit 6de2d3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ rust_target_base!(rust_target_def);
rust_target_base!(rust_target_values_def);

/// Latest stable release of Rust
pub const LATEST_STABLE_RUST: RustTarget = RustTarget::Stable_1_47;
pub const LATEST_STABLE_RUST: RustTarget = RustTarget::Stable_1_64;

/// Create RustFeatures struct definition, new(), and a getter for each field
macro_rules! rust_feature_def {
Expand Down
10 changes: 5 additions & 5 deletions tests/expectations/tests/use-core.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6de2d3d

Please sign in to comment.