Skip to content

Commit 78999f4

Browse files
georgehaofrisitanoyiweichi
authored
feat: add tokio console (#290)
* add tokio console * feat: enable console with env * upgrade tokio console version * Revert "upgrade tokio console version" This reverts commit 25f87b6. * Revert "feat: enable console with env" This reverts commit 5683753. * cargo update * cargo update * fix: log && ci * fix: dockerfile add tokio_unstable env * Revert "fix: dockerfile add tokio_unstable env" This reverts commit 5e32691. * fix: dockerfile --------- Co-authored-by: frisitano <[email protected]> Co-authored-by: Morty <[email protected]> Co-authored-by: Morty <[email protected]>
1 parent 267b27d commit 78999f4

File tree

10 files changed

+1260
-1138
lines changed

10 files changed

+1260
-1138
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[alias]
22
docs = "doc --workspace --all-features --no-deps"
3+
[build]
4+
rustflags = ["--cfg", "tokio_unstable"]

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# include source files
55
!/bin
6+
!/.cargo
67
!/crates
78
!/testing
89
!/tests

0 commit comments

Comments
 (0)