chore: switch to picodata/tarantool fork
parent
b4559a36
No related branches found
No related tags found
Showing
- .gitmodules 1 addition, 1 deletion.gitmodules
- Cargo.toml 1 addition, 1 deletionCargo.toml
- build.rs 9 additions, 5 deletionsbuild.rs
- tarantool-patches/0001-picodata-make-tarantool-callable-over-ffi-with-a-c-c.patch 18 additions, 18 deletions...icodata-make-tarantool-callable-over-ffi-with-a-c-c.patch
- tarantool-patches/0002-picodata-bump-libunwind-version-to-fix-build-on-mode.patch 0 additions, 28 deletions...icodata-bump-libunwind-version-to-fix-build-on-mode.patch
- tarantool-patches/0003-picodata-add-support-for-static-stored-procedures-us.patch 9 additions, 17 deletions...icodata-add-support-for-static-stored-procedures-us.patch
- tarantool-patches/0004-build-update-openssl-version-to-support-arm64-apple.patch 0 additions, 30 deletions...build-update-openssl-version-to-support-arm64-apple.patch
- tarantool-patches/0005-build-fix-build-on-macOS-11.5-or-higher.patch 0 additions, 43 deletions...atches/0005-build-fix-build-on-macOS-11.5-or-higher.patch
- tarantool-patches/0006-build-vendor-the-dependencies.patch 25 additions, 31 deletionstarantool-patches/0006-build-vendor-the-dependencies.patch
- tarantool-patches/README.md 1 addition, 1 deletiontarantool-patches/README.md
- tarantool-sys 1 addition, 1 deletiontarantool-sys
... | ... | @@ -34,7 +34,7 @@ features = ["max_level_trace", "release_max_level_trace"] |
[dependencies.tarantool] | ||
path = "./tarantool/tarantool" | ||
version = "0.6" | ||
features = ["schema"] | ||
features = ["schema", "picodata"] | ||
[dev-dependencies] | ||
assert_cmd = "2.0" | ||
... | ... |