Skip to content

Commit

Permalink
Set MSRV to 1.62.1 (#554)
Browse files Browse the repository at this point in the history
* Set MSRV to 1.62.1

* Update gitignore file to harmonize it.
  • Loading branch information
jaudiger committed Mar 17, 2023
1 parent 5ba547c commit af7b447
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ history.sqlite3*
.DS_Store
target-coverage/
tarpaulin-report.html
.vscode
.helix

# ignore the git mailmap file
.mailmap

# JetBrains' IDE items
.idea/*

# VSCode's IDE items
.vscode/*

# Helix configuration folder
.helix/*
.helix

# Visual Studio
.vs/*
*.rsproj
*.rsproj.user
*.sln
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "reedline"
version = "0.17.0"
authors = ["The Nushell Project Developers", "JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
rust-version = "1.62.1"
description = "A readline-like crate for CLI text input"
license = "MIT"
repository = "https://github.com/nushell/reedline"
Expand Down Expand Up @@ -42,4 +43,3 @@ bashisms = []
external_printer = ["crossbeam"]
sqlite = ["rusqlite/bundled", "serde_json"]
sqlite-dynlib = ["rusqlite", "serde_json"]

0 comments on commit af7b447

Please sign in to comment.