Skip to content

Commit

Permalink
Add tags to lock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fudanchii committed Dec 4, 2021
1 parent 2e34a64 commit a045200
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tomu"
version = "0.2.0"
version = "0.2.1"
authors = [ "Nurahmadie <[email protected]>" ]
edition = "2018"

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

[dependencies.efm32-hal]
git = "https://github.com/fudanchii/efm32hg-hal"
package = "efm32hg-hal"
features = [ "chip-efm32hg" ]
tag = "v0.4.1"

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

0 comments on commit a045200

Please sign in to comment.