Commit 4b8fdc10 authored by gabi-250's avatar gabi-250 🤸
Browse files

tor-memquota: Downgrade to 0.18

I was unable to publish tor-memquota 0.19 because I don't have ownership
```
error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 403 Forbidden): this crate exists but you don't seem to be an owner. If you believe this is a mistake, perh
aps you need to accept an invitation to be an owner before publishing.
```

Let's downgrade it for now.
parent 5668425b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5640,7 +5640,7 @@ dependencies = [

[[package]]
name = "tor-memquota"
version = "0.19.0"
version = "0.18.0"
dependencies = [
 "derive-deftly",
 "derive_builder_fork_arti",
+1 −1
Original line number Diff line number Diff line
[package]
name = "tor-memquota"
version = "0.19.0"
version = "0.18.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <iwj@torproject.org>"]
edition = "2021"
rust-version = "1.70"