Skip to content

Commit

Permalink
ci: 更换工具链配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselyuki committed Nov 7, 2023
1 parent a9b678c commit 835e778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: default
override: true
profile: minimal
target: ${{ matrix.target }}

- name: Build binary
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extern crate clap;
use std::process::exit;

use clap::Parser;
use log::{error, info};
use log::error;

use crate::config::command::{MaimaiSearchArgs, MarkdownSubCommands, SubCommands};
use crate::config::profiles::Profile;
Expand Down

0 comments on commit 835e778

Please sign in to comment.