Skip to content

Commit

Permalink
update embassy ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen authored and lulf committed Oct 4, 2023
1 parent 17c0971 commit 569616c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/embassy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ embedded-io-adapters = { version = "0.6.0", features = ["futures-03"] }
critical-section = { version = "1.1", features = ["std"] }

[patch.crates-io]
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "ca738d6c99cb72fc32d012f99af4254d6c6312ed" }
embassy-net = { git = "https://github.com/embassy-rs/embassy.git", rev = "ca738d6c99cb72fc32d012f99af4254d6c6312ed" }
embassy-net-tuntap = { git = "https://github.com/embassy-rs/embassy.git", rev = "ca738d6c99cb72fc32d012f99af4254d6c6312ed" }
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev = "ca738d6c99cb72fc32d012f99af4254d6c6312ed" }
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "59f706ee2f93252d1c040cea149dfd744f4d8c16" }
embassy-net = { git = "https://github.com/embassy-rs/embassy.git", rev = "59f706ee2f93252d1c040cea149dfd744f4d8c16" }
embassy-net-tuntap = { git = "https://github.com/embassy-rs/embassy.git", rev = "59f706ee2f93252d1c040cea149dfd744f4d8c16" }
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev = "59f706ee2f93252d1c040cea149dfd744f4d8c16" }

0 comments on commit 569616c

Please sign in to comment.