mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
32 lines
828 B
Diff
32 lines
828 B
Diff
Patch-Source: https://github.com/pvolok/mprocs/commit/6e39b1533b15a923e73aabb62f0d0279121acb5f
|
|
--
|
|
From 6e39b1533b15a923e73aabb62f0d0279121acb5f Mon Sep 17 00:00:00 2001
|
|
From: Pavel Volokitin <pavelvolokitin@gmail.com>
|
|
Date: Thu, 20 Oct 2022 23:00:24 +0200
|
|
Subject: [PATCH] Fix portable_pty tests
|
|
|
|
---
|
|
vendor/pty/Cargo.toml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/vendor/pty/Cargo.toml b/vendor/pty/Cargo.toml
|
|
index cb7d7b3..ac7c561 100644
|
|
--- a/vendor/pty/Cargo.toml
|
|
+++ b/vendor/pty/Cargo.toml
|
|
@@ -1,11 +1,15 @@
|
|
[package]
|
|
name = "mprocs-pty"
|
|
version = "0.1.0"
|
|
+authors = ["Wez Furlong"]
|
|
edition = "2018"
|
|
repository = "https://github.com/pvolok/mprocs"
|
|
description = "Fork of portable-pty for mprocs"
|
|
license = "MIT"
|
|
|
|
+[lib]
|
|
+name = "portable_pty"
|
|
+
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
downcast-rs = "1.0"
|