From 64079b9d8776def124348ad95f31d9cd88495049 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 17 May 2020 19:33:10 -0500 Subject: [PATCH] Shorten toml lines --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07ac4d1..a74855c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ __A set of Traits and Types that make up the ActivityStreams and ActivityPub spe First, add ActivityStreams to your dependencies ```toml [dependencies] -activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-sketch" } +activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } [patch.crates-io] typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" } diff --git a/src/lib.rs b/src/lib.rs index ea4ec40..d53d0d8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! First, add ActivityStreams to your dependencies //! ```toml //! [dependencies] -//! activitystreams-new = { version = "0.1.0", git = "https://git.asonix.dog/asonix/activitystreams-sketch" } +//! activitystreams-new = { git = "https://git.asonix.dog/asonix/activitystreams-sketch" } //! //! [patch.crates-io] //! typed-builder = { git = "https://git.asonix.dog/asonix/typed-builder" }