Pin the core library (#4779)

This commit is contained in:
Rushmore Mushambi 2024-09-16 18:22:41 +01:00 committed by GitHub
parent 141e2e5e4c
commit 82636d43fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,7 @@ semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.209", features = ["derive"] } serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127" serde_json = "1.0.127"
serde-content = "0.1.0" serde-content = "0.1.0"
surrealdb-core = { version = "2", default-features = false, path = "../core", package = "surrealdb-core" } surrealdb-core = { version = "=2.0.0", default-features = false, path = "../core", package = "surrealdb-core" }
thiserror = "1.0.63" thiserror = "1.0.63"
tokio-util = { version = "0.7.11", optional = true, features = ["compat"] } tokio-util = { version = "0.7.11", optional = true, features = ["compat"] }
tracing = "0.1.40" tracing = "0.1.40"