about summary refs log tree commit diff
path: root/net
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-16T18·08+0200
committertazjin <tazjin@tvl.su>2022-05-16T18·15+0000
commit8f84059de8310ea8443b1c7f992ad5f38b6ad348 (patch)
tree5f1e02d499c1f2d284eed3cf8199f826218d965e /net
parentfe62a33645cb025ebd28bf97b67952181b662e47 (diff)
chore(crimp): prepare release of v4087 r/4087
Just housekeeping changes (docs updates, dependency bumps).

Change-Id: Id404490ae3c67a8d14c91fd53691f5809f0a1d08
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5620
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'net')
-rw-r--r--net/crimp/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/crimp/Cargo.toml b/net/crimp/Cargo.toml
index 13c80f1f69..1e529cfadc 100644
--- a/net/crimp/Cargo.toml
+++ b/net/crimp/Cargo.toml
@@ -1,12 +1,14 @@
 [package]
 name = "crimp"
 description = "Higher-level Rust API for cURL bindings"
-version = "0.2.2"
-authors = ["Vincent Ambo <mail@tazj.in>"]
+version = "4087.0.0"
+authors = ["Vincent Ambo <tazjin@tvl.su>"]
 keywords = [ "http", "curl" ]
 categories = [ "api-bindings" ]
 license = "GPL-3.0-or-later"
-repository = "https://github.com/tazjin/crimp"
+homepage = "https://code.tvl.fyi/about/net/crimp"
+repository = "https://code.tvl.fyi/depot.git:/net/crimp.git"
+
 
 [features]
 default = [ "json" ]