Skip to content

Commit

Permalink
Merge pull request #20 from Overmuse/SR/upgrade_alpaca
Browse files Browse the repository at this point in the history
SR/upgrade alpaca
  • Loading branch information
SebRollen authored Aug 24, 2021
2 parents d8dca48 + 9a10aab commit 0526252
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 24 deletions.
131 changes: 109 additions & 22 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.1.3"
version = "1.2.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.7.0", git = "ssh://[email protected]/Overmuse/alpaca" }
alpaca = { tag = "v0.8.0", git = "ssh://[email protected]/Overmuse/alpaca" }
anyhow = "1.0"
config = "0.11.0"
dotenv = "0.15"
Expand Down

0 comments on commit 0526252

Please sign in to comment.