From 4cbb353be32ca0a9f735d33ab336eee160555d84 Mon Sep 17 00:00:00 2001 From: cairo Date: Wed, 3 May 2023 01:29:59 +0800 Subject: [PATCH] feat: #115 (#116) --- yellowstone-grpc-client/rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 yellowstone-grpc-client/rust-toolchain.toml diff --git a/yellowstone-grpc-client/rust-toolchain.toml b/yellowstone-grpc-client/rust-toolchain.toml new file mode 100644 index 0000000..e4eaafd --- /dev/null +++ b/yellowstone-grpc-client/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "1.69.0" +components = ["clippy", "rustfmt"] +targets = [] +profile = "minimal"