mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Patch matches, mach
This commit is contained in:
17
substrate/tree-cleanup/mach/Cargo.toml
Normal file
17
substrate/tree-cleanup/mach/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "mach"
|
||||
version = "0.3.2"
|
||||
description = "Replacement for mach which uses the mach2 implementation"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/mach"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.242"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
mach2 = "0.4"
|
||||
1
substrate/tree-cleanup/mach/src/lib.rs
Normal file
1
substrate/tree-cleanup/mach/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub use mach2::*;
|
||||
14
substrate/tree-cleanup/matches/Cargo.toml
Normal file
14
substrate/tree-cleanup/matches/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "matches"
|
||||
version = "0.1.10"
|
||||
description = "Replacement for the matches polyfill which uses the std impl"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/matches"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
keywords = []
|
||||
edition = "2021"
|
||||
rust-version = "1.56"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
1
substrate/tree-cleanup/matches/src/lib.rs
Normal file
1
substrate/tree-cleanup/matches/src/lib.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub use std::matches;
|
||||
Reference in New Issue
Block a user