docs: changelog
This commit is contained in:
@@ -13,14 +13,11 @@
|
|||||||
"runArgs": [
|
"runArgs": [
|
||||||
"--cap-add=SYS_PTRACE",
|
"--cap-add=SYS_PTRACE",
|
||||||
"--security-opt",
|
"--security-opt",
|
||||||
"seccomp=unconfined",
|
"seccomp=unconfined"
|
||||||
],
|
],
|
||||||
|
|
||||||
"mounts": [
|
"mounts": [
|
||||||
// //"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
|
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly"
|
||||||
"source=/dev/shm,target=/ramdrive,type=bind",
|
|
||||||
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
|
|
||||||
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
|
|||||||
@@ -1,3 +1,16 @@
|
|||||||
|
### Docs
|
||||||
|
+ readme update, [f29e29ad151ddf424ba630e6d33edf19acfd7636]
|
||||||
|
+ comments improved, [1674db8a20aafa447732deb2e44ac8b97cf0471b]
|
||||||
|
+ readme logo size, [a733efa65865e04d9ec86c7ca8785dfbae635695]
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
+ Remove unwraps(), [61db81ecfe5684ddb8a360715f43357a042162c0]
|
||||||
|
|
||||||
|
### Refactors
|
||||||
|
+ tokio spawns, [1fd230f2f3cf4e376058359515e76f4fa6e425c2]
|
||||||
|
+ max_line_width(), [a5d7dabbd68dc15a081df33352ce3b55d9a9891c]
|
||||||
|
|
||||||
|
|
||||||
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.5'>v0.0.5</a>
|
# <a href='https://github.com/mrjackwills/oxker/releases/tag/v0.0.5'>v0.0.5</a>
|
||||||
### 2022-05-30
|
### 2022-05-30
|
||||||
|
|
||||||
|
|||||||
+8
-8
@@ -11,14 +11,14 @@ readme = "README.md"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bollard = "0.12.0"
|
bollard = "0.12.0"
|
||||||
cansi = "2.1.1"
|
cansi = "2.1"
|
||||||
clap={version="3.1.0", features = ["derive", "unicode"] }
|
clap={version="3.1", features = ["derive", "unicode"] }
|
||||||
crossterm = "0.23.2"
|
crossterm = "0.23"
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3"
|
||||||
parking_lot = {version= "0.12.0"}
|
parking_lot = {version= "0.12"}
|
||||||
tokio = {version = "1.17.0", features=["full"]}
|
tokio = {version = "1.19", features=["full"]}
|
||||||
tracing = "0.1.32"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3.9"
|
tracing-subscriber = "0.3"
|
||||||
tui = "0.18"
|
tui = "0.18"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2022 Jack Wills
|
Copyright (c) 2022- Jack Wills
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Reference in New Issue
Block a user