File: 020210531~d07920f.patch

package info (click to toggle)
rust-async-attributes 1.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: makefile: 2; sh: 1
file content (15 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: update build-dependency on crate async-std
Author: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Origin: upstream, https://github.com/async-rs/async-attributes/commit/d07920f
Bug: https://github.com/async-rs/async-attributes/issues/25
Last-Update: 2022-10-21
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,4 @@
 quote = "1.0"
 
 [dev-dependencies]
-async-std = "0.99.5"
+async-std = "1.9.0"