Skip to content

Commit

Permalink
Updating rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Mar 24, 2024
1 parent 0043161 commit d5e3f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 𝕏 Bot Prevention <!-- omit in toc -->

![build](https://img.shields.io/github/actions/workflow/status/software-engineering-on-x/x-bot-prevention/ci.yml?branch=master)
[![xbotprevention: rustc 1.74+](https://img.shields.io/badge/xbotprevention-rustc_1.74+-lightgray.svg)](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html)
[![xbotprevention: rustc 1.77+](https://img.shields.io/badge/xbotprevention-rustc_1.77+-lightgray.svg)](https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html)

An X bot that analyzes spam bots and blocks them from following, responding etc to an account.

Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Marcus Cvjeticanin <[email protected]>"]
description = "X Bot that prevents spam bots from interacting with account."
license = "GPL-3"
repository = "https://github.com/software-engineering-on-x/x-bot-prevention"
rust-version = "1.76"
rust-version = "1.77"

[dependencies]
config = "0.14.0"
Expand Down

0 comments on commit d5e3f62

Please sign in to comment.