Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

change embassy-traits dependency to specify a version - #2

Open
darkwater wants to merge 1 commit into
embassy-asyncfrom
embassy-async-patchey
Open

darkwater wants to merge 1 commit into
embassy-asyncfrom
embassy-async-patchey

Conversation

@darkwater

Copy link
Copy Markdown

this lets users patch embassy to a version of their choosing, like so:

[patch.crates-io]
embassy             = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy", rev = "9fec8330" }
embassy-traits      = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy", rev = "9fec8330" }

this lets users patch embassy to a version of their choosing, like so:

```toml
[patch.crates-io]
embassy             = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy", rev = "9fec8330" }
embassy-traits      = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy", rev = "9fec8330" }
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant