Skip to content

Commit f0471bb

Browse files
authored
Merge pull request #362 from anoma/tiago+gian/indexer-release-3.0.0
indexer 3.0.0
2 parents 65f78af + 7ec26c3 commit f0471bb

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Heliax <hello@heliax.dev>"]
88
edition = "2024"
99
license = "GPL-3.0"
1010
readme = "README.md"
11-
version = "2.5.2"
11+
version = "3.0.0"
1212

1313
[workspace.dependencies]
1414
axum = { version = "0.7.2", features = ["tower-log", "http2"] }
@@ -82,4 +82,4 @@ sha256 = "1.5.0"
8282
rlimit = "0.10.2"
8383
axum-prometheus = "0.7.0"
8484
deadpool-redis = "0.13.0"
85-
vergen = "8.0.0"
85+
vergen = "8.0.0"

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: "3.0.2"
22
info:
33
title: Namada Interface Indexer REST Api
4-
version: "2.5.2"
4+
version: "3.0.0"
55
description: "Set of API to interact with a namada indexer."
66
contact:
77
email: hello@heliax.dev

0 commit comments

Comments
 (0)