Skip to content
Snippets Groups Projects
Commit 5638af41 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

fix: bump tarantool-module

Fixes a bug which broke connecting to ipv6 addresses
parent 6a39a360
No related branches found
No related tags found
1 merge request!975fix: bump tarantool-module
Pipeline #39190 failed
......@@ -3484,7 +3484,7 @@ dependencies = [
"serde_bytes",
"serde_json",
"sha-1",
"tarantool-proc 3.0.0",
"tarantool-proc 3.1.0",
"tempfile",
"tester",
"thiserror",
......@@ -3519,7 +3519,7 @@ dependencies = [
"serde_bytes",
"serde_json",
"sha-1",
"tarantool-proc 3.0.0 (git+https://github.com/picodata/tarantool-module?rev=dbebcc0)",
"tarantool-proc 3.0.0",
"thiserror",
"time",
"tlua 3.1.0 (git+https://github.com/picodata/tarantool-module?rev=dbebcc0)",
......@@ -3530,6 +3530,7 @@ dependencies = [
[[package]]
name = "tarantool-proc"
version = "3.0.0"
source = "git+https://github.com/picodata/tarantool-module?rev=dbebcc0#dbebcc0aace0264b7ba9569e9a8a672b972c95ea"
dependencies = [
"darling",
"proc-macro-error",
......@@ -3540,8 +3541,7 @@ dependencies = [
[[package]]
name = "tarantool-proc"
version = "3.0.0"
source = "git+https://github.com/picodata/tarantool-module?rev=dbebcc0#dbebcc0aace0264b7ba9569e9a8a672b972c95ea"
version = "3.1.0"
dependencies = [
"darling",
"proc-macro-error",
......
Subproject commit b5078e77b380099d774cf9984b71e9c093421d7a
Subproject commit b478f398b661373880f0703f052e7de860ae783a
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