Skip to content

Commit

Permalink
Bump version and fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgaziur committed Nov 12, 2021
1 parent 80364a8 commit 4c1908e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "findex"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["MD Gaziur Rahman Noor <mdgaziurrahmannoor@gmail.com>"]
description = "Highly customizable application finder with high performance. Written in Rust and uses GTK"
Expand Down
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use gtk::{
};
use std::process::exit;
use fuse_rust::Fuse;
use crate::common::{add_app_to_listbox, ScoredApp, AppInfo, add_scored_app_to_listbox};
use crate::common::{ScoredApp, AppInfo, add_scored_app_to_listbox};

pub fn init_query(entries: &Vec<AppInfo>) -> Entry {
let query_box = Entry::builder().name("findex-query").build();
Expand Down

0 comments on commit 4c1908e

Please sign in to comment.