Skip to content

Commit eee324d

Browse files
committed
Upgrade Rust Edition to 2021 (was 2015)
1 parent 62d160a commit eee324d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "ui-compiler"
33
version = "0.1.0"
44
authors = ["Jáchym Toušek <enumag@gmail.com>"]
5+
edition = "2021"
56

67
[dependencies]
78
Inflector = "*"

src/main.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
extern crate inflector;
2-
extern crate log;
3-
extern crate simplelog;
4-
51
use std::env;
62
use std::process::{Command, ExitCode};
73
use std::fs;

0 commit comments

Comments
 (0)