Skip to content

Commit

Permalink
introduce put request cacher
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Jun 11, 2024
1 parent e9df416 commit 8a48a62
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 25 deletions.
2 changes: 1 addition & 1 deletion satrs-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ optional = true
version = ">0.9"
default-features = false
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"
branch = "cfdp-tlv-owned-type"
branch = "all-cfdp-updates"

[features]
serde = ["dep:serde", "spacepackets/serde"]
Expand Down
2 changes: 1 addition & 1 deletion satrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ default-features = false
version = "0.12"
default-features = false
git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets"
branch = "cfdp-tlv-owned-type"
branch = "all-cfdp-updates"

[dependencies.cobs]
git = "https://github.com/robamu/cobs.rs.git"
Expand Down
Loading

0 comments on commit 8a48a62

Please sign in to comment.