diff --git a/.gitignore b/.gitignore index 6936990..0b0e8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk Cargo.lock +/*/target diff --git a/Cargo.toml b/Cargo.toml index 681881a..874792b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "activitystreams" description = "Activity Streams in Rust" -version = "0.2.3" +version = "0.2.4" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/activitystreams" @@ -10,7 +10,7 @@ keywords = ["activitystreams", "activitypub"] [dependencies] activitystreams-traits = { version = "0.1", path = "activitystreams-traits" } -activitystreams-types = { version = "0.2.2", path = "activitystreams-types" } +activitystreams-types = { version = "0.2.3", path = "activitystreams-types" } [dev-dependencies] failure = "0.1"