Skip to content

Commit

Permalink
release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Jul 10, 2020
1 parent bd70c93 commit cd23ab5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 46 deletions.
53 changes: 10 additions & 43 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "samp-bcrypt"
version = "0.2.2"
version = "0.2.3"
edition = "2018"
authors = ["Sreyas <[email protected]>"]

Expand All @@ -13,7 +13,7 @@ lto = true
panic = "abort"

[dependencies]
samp = {git="https://github.com/ZOTTCE/samp-rs/",branch="async-amx",features = ["async"]}
samp = {git="https://github.com/ZOTTCE/samp-rs/",branch="potential-fix"}
bcrypt = "0.2.1"
log = "0.4.6"
fern = "0.5.7"
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct SampBcrypt {

impl SampPlugin for SampBcrypt {
fn on_load(&mut self) {
info!("Version: 0.2.2");
info!("Version: 0.2.3");
let (verify_sender, verify_receiver) = channel();
self.verify_sender = Some(verify_sender);
self.verify_receiver = Some(verify_receiver);
Expand Down

0 comments on commit cd23ab5

Please sign in to comment.