Skip to content

Commit

Permalink
Fix CI passing
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKoch committed Mar 28, 2020
1 parent c3d6d73 commit 27bcaff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -5,5 +5,5 @@
target/
*.o
.vscode
examples/secrets
**/secrets
cmds
15 changes: 9 additions & 6 deletions Cargo.lock

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

10 changes: 4 additions & 6 deletions Cargo.toml
Expand Up @@ -26,10 +26,8 @@ serde_repr = "0.1"
ufmt = { version = "0.1.0", optional = true }
embedded-nal = { git = "https://github.com/thejpster/embedded-nal" }
hex = { version = "0.4.2", default-features = false }
log = { version = "0.4", default-features = false }

[dependencies.log]
version = "0.4"
default-features = false

[dev-dependencies]
env_logger = "0.7.1"
Expand All @@ -39,8 +37,8 @@ serialport = "3.3.0"
mqttrust = { path = "../mqttrust" }

[patch.crates-io]
atat = { path = "../atat/atat" }
serde_at = { path = "../atat/serde_at" }
atat = { git = "https://github.com/BlackbirdHQ/atat" }
serde_at = { git = "https://github.com/BlackbirdHQ/atat" }

[features]
default = ["sara_u2", "socket-tcp", "use_ufmt"]
Expand All @@ -58,5 +56,5 @@ lara_r2 = []
leon_g1 = []

socket-tcp = []
socket-udp = []
# socket-udp = []
use_ufmt = ["ufmt"]

0 comments on commit 27bcaff

Please sign in to comment.