Skip to content
Snippets Groups Projects
Commit bbd16842 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring: tarantool module is public, no need for the access token

parent f965085b
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -944,7 +944,7 @@ dependencies = [
[[package]]
name = "tarantool"
version = "0.6.3"
source = "git+https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
dependencies = [
"base64",
"bitflags",
......@@ -976,7 +976,7 @@ dependencies = [
[[package]]
name = "tarantool-proc"
version = "0.1.1"
source = "git+https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
dependencies = [
"proc-macro2 1.0.42",
"quote 1.0.20",
......@@ -1025,7 +1025,7 @@ dependencies = [
[[package]]
name = "tlua"
version = "0.6.3"
source = "git+https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
dependencies = [
"libc",
"serde",
......@@ -1035,7 +1035,7 @@ dependencies = [
[[package]]
name = "tlua-derive"
version = "0.1.1"
source = "git+https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-module.git#20e33c762d9cfd35748d2de9e9062ddbff356d92"
dependencies = [
"proc-macro2 1.0.42",
"quote 1.0.20",
......
......@@ -19,7 +19,7 @@ rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
sha2 = "0.10"
tarantool = { git = "https://cargo:hVkdxmfLJRpHGFs3-9xx@git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] }
tarantool = { git = "https://git.picodata.io/picodata/picodata/tarantool-module.git", features = ["picodata", "schema"] }
traversal = "0.1"
yaml-rust = "0.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment