Skip to content

Commit 1b95610

Browse files
committed
cargo.tonl updates (and version bump)
1 parent d5a7e33 commit 1b95610

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
2-
name = "owning_ref"
3-
version = "0.4.1"
4-
authors = ["Marvin Löbel <[email protected]>"]
2+
name = "safer_owning_ref"
3+
version = "0.5.0"
4+
authors = ["Marvin Löbel <[email protected]>", "Noam Ta Shma [email protected]"]
55
license = "MIT"
66

77
description = "A library for creating references that carry their owner with them."
88
readme = "README.md"
9-
documentation = "http://kimundi.github.io/owning-ref-rs/owning_ref/index.html"
109

11-
repository = "https://github.com/Kimundi/owning-ref-rs"
10+
repository = "https://github.com/noamtashma/owning-ref-rs"
1211
keywords = ["reference", "sibling", "field", "owning"]
1312

1413
[dependencies]

0 commit comments

Comments
 (0)