summaryrefslogtreecommitdiff
path: root/net/asuka/patches/patch-Cargo.toml
blob: c717a2123b8565136ed812be5a38cd0a3187dd36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Cargo.toml,v 1.1 2022/02/10 13:55:43 pin Exp $

Bump cursive version to latest for NetBSD support

--- Cargo.toml.orig	2021-04-10 16:54:39.000000000 +0000
+++ Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Julien Blanchard <julien@typ
 edition = "2018"
 
 [dependencies]
-cursive = "0.15"
+cursive = "0.17"
 native-tls = "*"
 url = "*"
 regex = "*"