This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 0.1.0 release of 'medea-client-api-proto' crate
Additionally: - improve releasing commands in Makefile - fix 'test.unit' Makefile command to work in situation when multiple versions of smae crate available in Cargo workspace - simplify Travis CI pipeline
- Loading branch information
Showing
7 changed files
with
52 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "medea-client-api-proto" | ||
version = "0.1.0-dev" | ||
version = "0.1.0" | ||
edition = "2018" | ||
description = "Client API protocol implementation for Medea media server" | ||
authors = ["Instrumentisto Team <[email protected]>"] | ||
|
@@ -18,6 +18,6 @@ jason = [] | |
medea = [] | ||
|
||
[dependencies] | ||
medea-macro = { path = "../../crates/medea-macro" } | ||
medea-macro = "0.1" | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" |