File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22edition = " 2021"
33name = " feature-probe-server-sdk"
4- version = " 2.1.0 "
4+ version = " 2.1.1 "
55license = " Apache-2.0"
6677description = " FeatureProbe Server Side SDK for Rust"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ release-test:
1212 cargo test --release --verbose --features async --no-default-features
1313test :
1414 cargo test --verbose && \
15- cargo test --verbose --features internal --features realtime -- no-default-features
15+ cargo test --verbose --features internal --no-default-features
1616
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pub(crate) struct Config {
3131
3232 #[ cfg( feature = "realtime" ) ]
3333 pub realtime_url : Url ,
34+ #[ cfg( feature = "realtime" ) ]
3435 pub realtime_path : String ,
3536 pub max_prerequisites_deep : u8 ,
3637}
You can’t perform that action at this time.
0 commit comments