From f7db1b52ede6a878c5c10261529b3b9769a64f6e Mon Sep 17 00:00:00 2001 From: El Nedifinita Date: Sat, 18 Mar 2023 21:17:11 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30899ee..8402d54 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ OPTIONS: ### Tips The default configuration file is located at `./config.toml`, but you can customize the file location using the `-c` or `--config` parameter. -## Known issues. -* Versions built with the `*-unknown-linux-gnu` toolchain may not function correctly on systems with `GLIBC` versions below `2.35`. To resolve this, use a statically linked version built with the `*-unknown-linux-musl` toolchain. \ No newline at end of file +## Known issues +* Versions built with the `*-unknown-linux-gnu` toolchain may not function correctly on systems with `GLIBC` versions below `2.35`. To resolve this, use a statically linked version built with the `*-unknown-linux-musl` toolchain. From 5206f75f84d16dde4073329a3d29736cd55e4a4d Mon Sep 17 00:00:00 2001 From: El Nedifinita Date: Sat, 18 Mar 2023 21:18:52 +0800 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8402d54..9482ff7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bird-looking-glass +# bird-looking-glass-proxy ``` USAGE: bird-looking-glass-proxy [OPTIONS] From 08e6544e314bb7162260fc156d582ae91711e6ca Mon Sep 17 00:00:00 2001 From: El Nedifinita Date: Wed, 22 Mar 2023 14:16:08 +0800 Subject: [PATCH 3/4] Delete .vscode directory --- .vscode/launch.json | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ed4aec8..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug executable 'bird-looking-glass'", - "cargo": { - "args": [ - "build", - "--bin=bird-looking-glass", - "--package=bird-looking-glass" - ], - "filter": { - "name": "bird-looking-glass", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - }, - { - "type": "lldb", - "request": "launch", - "name": "Debug unit tests in executable 'bird-looking-glass'", - "cargo": { - "args": [ - "test", - "--no-run", - "--bin=bird-looking-glass", - "--package=bird-looking-glass" - ], - "filter": { - "name": "bird-looking-glass", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - } - ] -} \ No newline at end of file From 94d161eac1512e0160143f6f8cbe21f46c07ea00 Mon Sep 17 00:00:00 2001 From: El Nedifinita Date: Wed, 22 Mar 2023 14:16:18 +0800 Subject: [PATCH 4/4] Delete .idea directory --- .idea/.gitignore | 8 -------- .idea/bird-looking-glass.iml | 11 ----------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 4 files changed, 33 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/bird-looking-glass.iml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 1c2fda5..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/bird-looking-glass.iml b/.idea/bird-looking-glass.iml deleted file mode 100644 index bd7834e..0000000 --- a/.idea/bird-looking-glass.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7f8270f..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index c8397c9..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file