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
"""
edition = "2021"
rust-version = "1.60"
[package.metadata.docs.rs]
all-features = true

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

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

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

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

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

Loading…
Cancel
Save