Skip to content

Commit 6072399

Browse files
authored
Merge pull request #19 from avr-rust/revert-16-master
Revert "Fixed long compilation issue and made code a bit more idiomatic"
2 parents bbf8629 + 816cc33 commit 6072399

File tree

3 files changed

+181
-159
lines changed

3 files changed

+181
-159
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "avrd"
3-
version = "0.4.0"
3+
version = "0.3.0"
44
authors = ["Dylan McKay <[email protected]>"]
55

66
description = """
@@ -15,16 +15,16 @@ keywords = ["avr", "mcu", "io", "constants", "pins"]
1515
categories = ["embedded"]
1616

1717
[features]
18-
default = [ "all_mcus" ]
18+
default = []
1919
# Enable all microcontrollers.
2020
all_mcus = []
2121

2222
[dependencies]
2323

2424
[build-dependencies]
25-
avr-mcu = "0.3"
25+
avr-mcu = "0.2"
2626

2727
[profile.dev]
2828
# Most of the build consists of generating the mcu description files. So
2929
# enable optimizations to speed this process.
30-
opt-level = 3
30+
opt-level = 2

0 commit comments

Comments
 (0)