chore(rust): update rust version (#810)

This commit is contained in:
Chang She
2024-03-03 18:51:58 -08:00
committed by Weston Pace
parent e60fde73ba
commit 3bbcaba65b
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version = "1.75.0"
[lib]
name = "_lancedb"

View File

@@ -8,6 +8,7 @@ repository.workspace = true
keywords.workspace = true
categories.workspace = true
exclude = ["index.node"]
rust-version = "1.75"
[lib]
crate-type = ["cdylib"]

View File

@@ -7,6 +7,7 @@ license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version = "1.75"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]