Skip to content

Commit

Permalink
Merge #60
Browse files Browse the repository at this point in the history
60: Update to Rust 2021 🎉 r=Urhengulas a=Urhengulas



Co-authored-by: Johann Hemmann <johann.hemmann@code.berlin>
  • Loading branch information
bors[bot] and Urhengulas committed Oct 26, 2021
2 parents 2efb516 + a9e2537 commit 6c77073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["The Knurling-rs developers"]
categories = ["command-line-utilities", "development-tools", "embedded"]
description = "Flips the memory layout of embedded programs to protect against stack overflows"
edition = "2018"
edition = "2021"
keywords = ["arm", "cortex-m", "stack-protection"]
license = "MIT OR Apache-2.0"
name = "flip-link"
Expand Down
2 changes: 1 addition & 1 deletion test-flip-link-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
edition = "2021"
readme = "README.md"
name = "test-flip-link-app"
version = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion xtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "xtest"
version = "0.1.0"
authors = ["Johann Hemmann <johann.hemmann@code.berlin>"]
edition = "2018"
edition = "2021"
publish = false

0 comments on commit 6c77073

Please sign in to comment.