mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-22 03:40:59 +00:00
Clarify dependency on types-0.2.1
This commit is contained in:
parent
aca339ed5b
commit
5ef5a2c230
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ keywords = ["activitystreams", "activitypub"]
|
|||
|
||||
[dependencies]
|
||||
activitystreams-traits = { version = "0.1", path = "activitystreams-traits" }
|
||||
activitystreams-types = { version = "0.2", path = "activitystreams-types" }
|
||||
activitystreams-types = { version = "0.2.1", path = "activitystreams-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
failure = "0.1"
|
||||
|
|
Loading…
Reference in a new issue