From 3174ad9b8c263941e10632d3bcca5ee30403d18c Mon Sep 17 00:00:00 2001 From: andres Date: Fri, 5 Jul 2024 09:42:35 -0500 Subject: [PATCH] chore: Update to extendr-api 0.7 --- src/rust/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index a84279d..b8526a1 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -8,8 +8,7 @@ crate-type = [ 'staticlib' ] name = 'orbweaver' [dependencies] -# extendr-api = { version = "0.6", features = ["serde"] } -extendr-api = { git = "https://github.com/extendr/extendr.git", rev = "cb85a21a90c3fcb538a40fcea03058454edb3dac" } + extendr-api = { version = "0.7", features = ["serde"] } orbweaver = { version = "0.13.0" } #orbweaver = { git = "https://github.com/ixpantia/orbweaver-rs.git", branch = "main" }