Set Rust MSRV to 1.60

It is the actual MSRV of the last released version
pull/332/head
Tpt 2 years ago committed by Thomas Tanon
parent 808c9db007
commit 686e1edc8e
  1. 1
      lib/Cargo.toml
  2. 1
      lib/oxrdf/Cargo.toml
  3. 1
      lib/sparesults/Cargo.toml
  4. 1
      lib/spargebra/Cargo.toml
  5. 1
      oxrocksdb-sys/Cargo.toml
  6. 1
      server/Cargo.toml

@ -12,6 +12,7 @@ description = """
a SPARQL database and RDF toolkit a SPARQL database and RDF toolkit
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true

@ -11,6 +11,7 @@ description = """
A library providing basic data structures related to RDF A library providing basic data structures related to RDF
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
[features] [features]
default = [] default = []

@ -11,6 +11,7 @@ description = """
SPARQL query results formats parsers and serializers SPARQL query results formats parsers and serializers
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
[features] [features]
default = [] default = []

@ -11,6 +11,7 @@ description = """
A SPARQL parser A SPARQL parser
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
[features] [features]
default = [] default = []

@ -9,6 +9,7 @@ description = """
Rust bindings for RocksDB for Oxigraph usage. Rust bindings for RocksDB for Oxigraph usage.
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
build = "build.rs" build = "build.rs"
links = "rocksdb" links = "rocksdb"

@ -10,6 +10,7 @@ description = """
Oxigraph SPARQL HTTP server Oxigraph SPARQL HTTP server
""" """
edition = "2021" edition = "2021"
rust-version = "1.60"
[dependencies] [dependencies]
anyhow = "1" anyhow = "1"

Loading…
Cancel
Save