Skip to content

Commit

Permalink
Sipcore version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Oct 17, 2020
1 parent 117f505 commit 7dd55ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sipcore"
version = "0.0.1"
version = "0.0.2"
authors = ["Anatolii Kurotych <akurotych@gmail.com>"]
edition = "2018"
description = "Rust framework for creating SIP applications"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/armatusmiles/sipcore"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sipmsg = { version = "0.1.0", path = "crates/sipmsg" }
sipmsg = { version = "0.2.0-beta", path = "crates/sipmsg" }

[workspace]
members = [
Expand Down

0 comments on commit 7dd55ef

Please sign in to comment.