Skip to content

Commit

Permalink
update rust sdk and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed Sep 4, 2024
1 parent f605384 commit 85b9b21
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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 = "tgconnector"
version = "1.1.0"
version = "1.1.1"
authors = ["Sreyas-Sreelal"]
edition = "2018"

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

[dependencies]
samp = {git="https://github.com/ZOTTCE/samp-rs/",branch="potential-fix"}
samp = {git="https://github.com/Pycckue-Bnepeg/samp-rs/"}
log = "0.4.6"
fern = "0.5.7"
threadpool = "1.7.1"
Expand Down
2 changes: 1 addition & 1 deletion include/tgconnector.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#endif
#define _tgconnector_included

#define TGCONNECTOR_VERSION 110
#define TGCONNECTOR_VERSION 111
#define INVALID_MESSAGE_ID (TGMessage:-1)
#define INVALID_BOT_ID (TGBot:-1)
#define INVALID_TOPIC_ID (TGTopic:-1)
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl SampPlugin for TgConnector {
"
###############################################################
# TGConnector #
# v1.1.0 #
# v1.1.1 #
# Found any bugs? Report it here: #
# https://github.com/Sreyas-Sreelal/tgconnector/issues #
# #
Expand All @@ -35,7 +35,7 @@ impl SampPlugin for TgConnector {
}

fn on_unload(self: &mut TgConnector) {
info!("**TGConnector v1.1.0!");
info!("**TGConnector v1.1.1!");
}

fn on_amx_load(&mut self, amx: &Amx) {
Expand Down

0 comments on commit 85b9b21

Please sign in to comment.