Skip to content

Commit 86a42e2

Browse files
authored
Merge pull request #45 from LukasKalbertodt/cargo-metadata-bump-version
Update Cargo metadata for 0.3.0 release
2 parents 147445a + a65ff32 commit 86a42e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[package]
22
name = "auto_impl"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = [
55
"Ashley Mannix <[email protected]>",
66
"Lukas Kalbertodt <[email protected]>",
77
]
88
license = "MIT/Apache-2.0"
99
description = "Automatically implement traits for common smart pointers and closures"
10-
repository = "https://github.com/KodrAus/auto_impl"
10+
repository = "https://github.com/auto-impl-rs/auto_impl/"
1111
documentation = "https://docs.rs/auto_impl/"
12-
keywords = ["plugin"]
13-
categories = ["development-tools"]
12+
keywords = ["trait", "impl", "proc-macro", "closure"]
13+
categories = ["development-tools", "rust-patterns"]
1414
readme = "README.md"
1515
autotests = true
1616
edition = "2018"
1717

1818
[badges]
19-
travis-ci = { repository = "KodrAus/auto_impl" }
19+
travis-ci = { repository = "auto-impl-rs/auto_impl" }
2020

2121

2222
[lib]

0 commit comments

Comments
 (0)