Skip to content

Commit

Permalink
Merge pull request #21 from Overmuse/SR/upgrade_alpaca_version
Browse files Browse the repository at this point in the history
update alpaca version
  • Loading branch information
SebRollen authored Aug 25, 2021
2 parents 55c0371 + 66f193f commit 2a8f292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "alpaca-data-relay"
version = "1.2.0"
version = "1.3.0"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

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

[dependencies]
alpaca = { tag = "v0.8.0", git = "ssh://[email protected]/Overmuse/alpaca" }
alpaca = { tag = "v0.9.0", git = "ssh://[email protected]/Overmuse/alpaca" }
anyhow = "1.0"
config = "0.11.0"
dotenv = "0.15"
Expand Down

0 comments on commit 2a8f292

Please sign in to comment.