Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed May 27, 2019
1 parent a258614 commit fe43739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "abomonation"
version = "0.7.0"
version = "0.7.1"
authors = ["Frank McSherry <fmcsherry@me.com>"]

description = "A high performance and very unsafe serialization library"

# These URLs point to more information about the repository
documentation = "https://frankmcsherry.github.com/abomonation"
homepage = "https://github.com/frankmcsherry/abomonation"
repository = "https://github.com/frankmcsherry/abomonation.git"
documentation = "https://docs.rs/abomonation/"
homepage = "https://github.com/TimelyDataflow/abomonation"
repository = "https://github.com/TimelyDataflow/abomonation.git"
keywords = ["abomonation"]
license = "MIT"

Expand Down

0 comments on commit fe43739

Please sign in to comment.