File: newer-etcetera

package info (click to toggle)
rust-sqlx-postgres 0.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Update etcetera to 0.10
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -251,7 +251,7 @@ uuid = [
 ]
 
 [target."cfg(target_os = \"windows\")".dependencies.etcetera]
-version = "0.8.0"
+version = "0.10"
 
 [lints.clippy]
 cast_possible_truncation = "deny"