Skip to content

Commit 67bc845

Browse files
committed
rebrand crate as fork of original to publish on crates.io
1 parent c021a59 commit 67bc845

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,17 +1,17 @@
11
[package]
2-
authors = ["theduke <[email protected]>"]
3-
name = "crates_io_api"
4-
description = "API client for crates.io"
2+
authors = ["theduke <[email protected]>", "jonaspleyer <[email protected]"]
3+
name = "crates_io_api-wasm-patch"
4+
description = "WASM-compatible patch of crates_io_api"
55
license = "MIT/Apache-2.0"
6-
repository = "https://github.com/theduke/crates-io-api"
6+
repository = "https://github.com/jonaspleyer/crates-io-api"
77
documentation = "https://docs.rs/crates_io_api"
88
readme = "README.md"
99
keywords = [ "crates", "api" ]
1010
categories = [ "web-programming", "web-programming::http-client" ]
1111
edition = "2018"
1212
resolver = "2"
1313

14-
version = "0.11.0"
14+
version = "0.12.0"
1515

1616
[dependencies]
1717
chrono = { version = "0.4", default-features = false, features = ["serde"] }

0 commit comments

Comments
 (0)