Skip to content

Commit

Permalink
updating kramer for better diagnostics (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadleyy authored Aug 30, 2022
1 parent 5ca90bd commit b0ccde8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/beetle-srv/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/beetle-srv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ uuid = { version = "^1.0", features = ["v4"] }
tide = { version = "^0.16" }
async-std = { version = "^1.0", features = ["attributes"] }
async-tls = { version = "^0.10" }
kramer = { version = "^1.3", features = ["kramer-async", "acl"] }
kramer = { git = "https://github.com/sizethree/kramer.git", branch = "readline-fix", features = ["kramer-async", "acl"] }
chrono = { version = "^0.4" }
serde = { version = "^1.0" }
serde_json = { version = "^1.0" }
Expand Down

0 comments on commit b0ccde8

Please sign in to comment.