Skip to content

Commit e2fd1a8

Browse files
authored
Merge pull request #26 from riscv-rust/update
Update dependencies, release v0.3.0
2 parents fee251d + a932b73 commit e2fd1a8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longan-nano"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Vadim Kaushan <[email protected]>"]
55
repository = "https://github.com/riscv-rust/longan-nano"
66
categories = ["embedded", "hardware-support", "no-std"]
@@ -9,18 +9,23 @@ keywords = ["riscv", "gd32", "bsp"]
99
license = "ISC"
1010
edition = "2018"
1111

12+
[package.metadata.docs.rs]
13+
features = ['lcd']
14+
rustdoc-args = ["--cfg", "docsrs"]
15+
default-target = "x86_64-unknown-linux-gnu"
16+
1217
[dependencies]
13-
gd32vf103xx-hal = "0.4.0"
14-
embedded-hal = "0.2.3"
15-
nb = "0.1.2"
18+
gd32vf103xx-hal = "0.5.0"
19+
embedded-hal = "0.2.6"
20+
nb = "1.0.0"
1621
riscv = "0.6.0"
17-
st7735-lcd = { version = "0.8", optional = true }
22+
st7735-lcd = { version = "0.8.1", optional = true }
1823
embedded-sdmmc = { version = "0.3.0", optional = true }
1924

2025
[dev-dependencies]
2126
riscv-rt = "0.8.0"
2227
panic-halt = "0.2.0"
23-
embedded-graphics = "0.7"
28+
embedded-graphics = "0.7.1"
2429
ushell = "0.3.3"
2530

2631
[features]
@@ -39,8 +44,3 @@ required-features = ["lcd"]
3944
name = "sdcard_test"
4045
required-features = ["sdcard"]
4146

42-
[package.metadata.docs.rs]
43-
features = ['lcd']
44-
rustdoc-args = ["--cfg", "docsrs"]
45-
default-target = "x86_64-unknown-linux-gnu"
46-

0 commit comments

Comments
 (0)