Skip to content

Commit a045200

Browse files
committed
Add tags to lock dependencies
1 parent 2e34a64 commit a045200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tomu"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [ "Nurahmadie <[email protected]>" ]
55
edition = "2018"
66

@@ -13,11 +13,13 @@ cast = { version = "0.2.2", default-features = false }
1313
[dependencies.efm32]
1414
git = "https://github.com/em32-rs/efm32hg-pac"
1515
package = "efm32hg-pac"
16+
tag = "v0.1.0"
1617

1718
[dependencies.efm32-hal]
1819
git = "https://github.com/fudanchii/efm32hg-hal"
1920
package = "efm32hg-hal"
2021
features = [ "chip-efm32hg" ]
22+
tag = "v0.4.1"
2123

2224
# We don't have direct dependencies to this,
2325
# but will need this to build examples

0 commit comments

Comments
 (0)