Skip to content

Commit

Permalink
release v0.2.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hironori Yamamoto authored Mar 10, 2023
1 parent 6aca109 commit f8e255b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion redash-searcher-sync/Cargo.lock

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

4 changes: 2 additions & 2 deletions redash-searcher-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "redash-searcher-sync"

edition = "2021"
version = "0.1.0"
version = "0.2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = {version = "1.0.58", features = ["backtrace"]}
async-trait = "0.1.60"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = {version = "0.4.23", features = ["serde"]}
config = "0.13.1"
hyper = {version = "0.14", features = ["full"]}
once_cell = "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion redash-searcher-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-searcher-web",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit f8e255b

Please sign in to comment.