Skip to content

Commit 8b92f91

Browse files
committed
bump version to 0.7.1
1 parent 5374ede commit 8b92f91

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "picus"
33
description ="Dynamically creates agent for Woodpecker CI in the cloud"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
edition = "2021"
66
license = "MIT"
77

src/strategy.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ impl Strategy {
136136
mod tests {
137137
use super::*;
138138
use crate::agent::MockAgentProvider;
139-
#[cfg(feature = "json")]
140-
use serde_json;
141139
use std::collections::HashMap;
142140
use tokio::time::sleep;
143141

0 commit comments

Comments
 (0)