From 6524ca0e534f93e40a1802e02c8afe347ae9c45b Mon Sep 17 00:00:00 2001 From: Attenuation Date: Mon, 13 May 2019 13:05:29 +0800 Subject: [PATCH 1/4] add kytan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0688781..8cf800b 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ See also [Rust — Production](https://www.rust-lang.org/production)(organizatio * [Servo](https://github.com/servo/servo) — A prototype web browser engine * [trust-dns](https://crates.io/crates/trust-dns) — A DNS-server [](https://travis-ci.org/bluejekyll/trust-dns) * [Weld](https://github.com/serayuzgur/weld) — Full fake REST API generator [](https://travis-ci.org/serayuzgur/weld) +* [kytan](https://github.com/changlan/kytan) - High Performance Peer-to-Peer VPN ### Audio From 2466d22391f568affc495c30d82cb9af907544d5 Mon Sep 17 00:00:00 2001 From: Attenuation Date: Mon, 13 May 2019 13:29:38 +0800 Subject: [PATCH 2/4] fix boring_tun and module_linker and delete rustycode --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cf800b..ff12f24 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [git-journal](https://github.com/saschagrunert/git-journal/) — The Git Commit Message and Changelog Generation Framework [](https://travis-ci.org/saschagrunert/git-journal) * [rust-lang-nursery/rustfix](https://github.com/rust-lang-nursery/rustfix) — automatically applies the suggestions made by rustc [](https://travis-ci.org/killercup/rustfix) * [just](https://github.com/casey/just) — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) -* [Module Linker](https://fiatjaf.alhur.es/module-linker) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. +* [Module Linker](https://github.com/fiatjaf/module-linker) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. * [ptags](https://github.com/dalance/ptags) — A parallel universal-ctags wrapper for git repository [![Build Status](https://api.travis-ci.org/dalance/ptags.svg?branch=master)](https://travis-ci.org/dalance/ptags) * [Racer](https://github.com/racer-rust/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) * [rustfmt](https://github.com/rust-lang/rustfmt) — A Rust code formatter [](https://travis-ci.org/rust-lang/rustfmt) @@ -512,7 +512,6 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) — A LLDB extension * [crates](https://github.com/serayuzgur/crates) — crates is an extension for crates.io dependencies. [](https://github.com/serayuzgur/crates) [](https://travis-ci.org/serayuzgur/crates) * [KalitaAlexey/vscode-rust](https://marketplace.visualstudio.com/items?itemName=kalitaalexey.vscode-rust) — A fork of RustyCode - * [saviorisdead/RustyCode](https://marketplace.visualstudio.com/items?itemName=saviorisdead.RustyCode) (unmaintained) ### Pattern recognition From 1895e65cf3582425617f16a99f55d764a49c0f1b Mon Sep 17 00:00:00 2001 From: Attenuation Date: Mon, 13 May 2019 13:33:17 +0800 Subject: [PATCH 3/4] allow redirect --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9544091..3b93c6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: rust before_script: gem install awesome_bot # `crates.io` needs to be whitelisted, because of https://github.com/rust-lang/crates.io/issues/788 -script: awesome_bot -f README.md --allow-dupe --allow-ssl --white-list crates.io,sciter.com +script: awesome_bot -f README.md --allow-dupe --allow-ssl --allow-redirect --white-list crates.io,sciter.com From 3d2395044d1160a7b2de4a7ae347813d60ba86aa Mon Sep 17 00:00:00 2001 From: Attenuation Date: Sun, 2 Jun 2019 17:14:58 +0800 Subject: [PATCH 4/4] revoke ci commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b93c6a..9544091 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: rust before_script: gem install awesome_bot # `crates.io` needs to be whitelisted, because of https://github.com/rust-lang/crates.io/issues/788 -script: awesome_bot -f README.md --allow-dupe --allow-ssl --allow-redirect --white-list crates.io,sciter.com +script: awesome_bot -f README.md --allow-dupe --allow-ssl --white-list crates.io,sciter.com