Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tarantool Test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
picodata
mod
Tarantool Test
Merge requests
!5
newer ci templates and msrv bump
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
newer ci templates and msrv bump
newer-ci-templates
into
master
Overview
0
Commits
5
Pipelines
9
Changes
5
Merged
Fedor Telnov
requested to merge
newer-ci-templates
into
master
10 months ago
Overview
0
Commits
5
Pipelines
9
Changes
5
Expand
0
0
Merge request reports
Compare
master
version 8
2c2af8ff
10 months ago
version 7
ce8f6b17
10 months ago
version 6
d8e22f45
10 months ago
version 5
a231182d
10 months ago
version 4
7930cc45
10 months ago
version 3
8d366650
10 months ago
version 2
3c205b62
10 months ago
version 1
c82b63bb
10 months ago
master (base)
and
latest version
latest version
77416607
5 commits,
10 months ago
version 8
2c2af8ff
4 commits,
10 months ago
version 7
ce8f6b17
3 commits,
10 months ago
version 6
d8e22f45
2 commits,
10 months ago
version 5
a231182d
1 commit,
10 months ago
version 4
7930cc45
7 commits,
10 months ago
version 3
8d366650
6 commits,
10 months ago
version 2
3c205b62
5 commits,
10 months ago
version 1
c82b63bb
4 commits,
10 months ago
5 files
+
144
−
130
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
tarantool-test/Cargo.toml
+
2
−
1
Options
[package]
name
=
"tarantool-test"
version
=
"0.3.1"
rust-version
=
"1.74.0"
edition
=
"2021"
description
=
"CLI test framework for tarantool-based Rust applications"
readme
=
"README.md"
@@ -24,7 +25,7 @@ anyhow = "1"
serde_json
=
{
version
=
"1"
}
# Binary deps.
clap
=
{
version
=
"4"
,
features
=
[
"derive"
],
optional
=
true
}
clap
=
{
version
=
"4
.5
"
,
features
=
[
"derive"
],
optional
=
true
}
tempfile
=
{
version
=
"3"
,
optional
=
true
}
tarantool-runner
=
{
version
=
"0.1.0"
,
optional
=
true
}
Loading