From 686dc69f80493e02b9f4cf586c428898e100883f Mon Sep 17 00:00:00 2001 From: yaokai13 Date: Mon, 10 Aug 2020 13:51:32 +0800 Subject: [PATCH] add yaml --- rust.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust.yaml diff --git a/rust.yaml b/rust.yaml new file mode 100644 index 0000000..45b29fd --- /dev/null +++ b/rust.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: rust-lang/rust +tag_prefix: ^ +seperator: . -- Gitee