Skip to content

Commit

Permalink
version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
softstream-link committed Jan 19, 2024
1 parent 3351670 commit d1b181a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["model", "connect/core", "connect/nonblocking"]
resolver = "2"

[workspace.package]
version = "4.0.4"
version = "4.0.5"
authors = ["Softstream <[email protected]>"]
readme = "readme.md"
license-file = "LICENSE"
Expand All @@ -26,9 +26,9 @@ serde_json = "1.0"


# project modules
soupbintcp_model = { version = "~4.0.4", path = "./model" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements
soupbintcp_connect_core = { version = "~4.0.4", path = "./connect/core" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements
soupbintcp_connect_nonblocking = { version = "~4.0.4", path = "./connect/nonblocking" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements
soupbintcp_model = { version = "~4.0.5", path = "./model" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements
soupbintcp_connect_core = { version = "~4.0.5", path = "./connect/core" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements
soupbintcp_connect_nonblocking = { version = "~4.0.5", path = "./connect/nonblocking" } # must use ~ to avoid upgrade to 4.1 https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements

#
links_core = { version = "0.2" } # only used in model
Expand Down
Empty file removed connect/core/readme.md
Empty file.
2 changes: 0 additions & 2 deletions model/readme.md

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Content
* [Data Model](model/readme.md) - contains SoupBin data structure bindings
## Model documentation
* [Soup Bin Tcp](./docs/soupbintcp_spec_4.0.pdf)

0 comments on commit d1b181a

Please sign in to comment.