Skip to content

Commit

Permalink
fix: Hotfix for 1.58 based compilers (#196)
Browse files Browse the repository at this point in the history
* fix: Hotfix for 1.58 based compilers

* fix: Sd notify dependencies
  • Loading branch information
satlead authored Aug 7, 2023
1 parent f94e34e commit 3b85406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path = "src/main.rs"

[features]
local_dev=[]
sysd=["dep:sd-notify"]
sysd=["sd-notify"]

[dependencies]
ripple_sdk = { path = "../sdk", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion core/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repository = "https://github.com/rdkcentral/Ripple"

[features]
default=[]
rpc=["dep:jsonrpsee-core"]
rpc=["jsonrpsee-core"]
full=["rpc"]
sysd=[]

Expand Down

0 comments on commit 3b85406

Please sign in to comment.