Skip to content

Commit

Permalink
v0.1.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Art3miX authored Apr 8, 2024
1 parent fad8d99 commit 10deaa7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
[workspace.package]
edition = "2021"
license = "BSL"
version = "1.2.0"
version = "0.1.0"
repository = "https://github.com/timewave-computer/valence-services"

rust-version = "1.66"
Expand Down
6 changes: 3 additions & 3 deletions tests/rust-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "valence-tests"
version = "0.0.1"
edition = "2021"
version = { workspace = true }
edition = { workspace = true }
authors = ["Art3miX <[email protected]>"]
description = "Package that is only meant for testing contracts in this workspace"
license = { workspace = true }
Expand All @@ -18,6 +18,7 @@ anyhow = { workspace = true }
colored = "2.0.4"
textplots = "0.8"
rgb = "0.8.36"
rand = "0.8.5"

valence-account = { workspace = true }
services-manager = { workspace = true }
Expand All @@ -38,4 +39,3 @@ astroport-factory = { git = "https://github.com/astroport-fi/astrop
astroport-native-coin-registry = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v2.9.5" }
astroport-pair-stable = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v2.9.5" }
astroport-pair = { git = "https://github.com/astroport-fi/astroport-core.git", tag = "v2.9.5" }
rand = "0.8.5"

0 comments on commit 10deaa7

Please sign in to comment.