Skip to content

Commit

Permalink
Merge pull request #54 from worksoup/dev
Browse files Browse the repository at this point in the history
v0.5.3
  • Loading branch information
worksoup authored Dec 16, 2024
2 parents e260f39 + 79c8329 commit e5f6090
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 38 deletions.
70 changes: 38 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

[package]
name = "cxsign"
version = "0.5.2"
version = "0.5.3"
edition = "2021"

[lib]
Expand All @@ -25,8 +25,8 @@ crate-type = ["lib", "cdylib", "staticlib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["completions", "ui_solver"]
all_ui_solver = ["slide_ui_solver", "ui_solver", "obstacle_ui_solver"]
ui_solver = ["rotate_ui_solver", "icon_click_ui_solver", "text_click_ui_solver"]
all_ui_solver = ["slide_ui_solver", "ui_solver", "obstacle_ui_solver", "rotate_ui_solver"]
ui_solver = ["icon_click_ui_solver", "text_click_ui_solver"]
completions = ["completion-nu", "completion-carapace", "completion-fig"]
completion-nu = ["clap_complete_command", "clap_complete_command/nushell"]
completion-carapace = ["clap_complete_command", "clap_complete_command/carapace"]
Expand Down
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ use cxlib::{
user::{DefaultLoginSolver, LoginSolverTrait, LoginSolverWrapper, Session},
};
use log::{error, info, warn};
use std::collections::HashMap;
use std::io::stdout;
use std::{collections::HashMap, io::stdout};

const NOTICE: &str = r#"
Expand Down

0 comments on commit e5f6090

Please sign in to comment.