Skip to content

Commit 80e8afa

Browse files
Merge pull request #429 from propeller-heads/test/dc/ENG-5260-create-tycho-test
fix: Fix versions of test packages
2 parents 8a90edb + df74545 commit 80e8afa

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[workspace.package]
2+
version = "0.196.0"
3+
14
[package]
25
name = "tycho-simulation"
3-
version = "0.196.0"
6+
version.workspace = true
47
edition = "2021"
58
description = "Provides tools for interacting with protocol states, calculating spot prices, and quoting token swaps."
69
repository = "https://github.com/propeller-heads/tycho-simulation"

tycho-integration-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycho-integration-test"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[dependencies]

tycho-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycho-test"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)