Skip to content

Commit

Permalink
Update rust edition to 2021
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jan 18, 2024
1 parent f78afb4 commit f7eb07f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[package]
name = "richard"
version = "0.1.0"
authors = ["Jérôme Jutteau <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

edition = "2021"
authors = ["OpenSource Team <[email protected]>"]
license = "BSD-3-Clause"
description = "richard is a modular chatbot"
repository = "https://github.com/outscale/richard"
readme = "README.md"

[dependencies]
reqwest = {version = "0.11.22", default-features = false, features = ["json", "rustls-tls"]}
Expand Down

0 comments on commit f7eb07f

Please sign in to comment.