open-clockwork / clockwork

GNU Affero General Public License v3.0
14 stars 7 forks source link

remove unnecessary fixed versions #2

Closed cryptorrivem closed 11 months ago

cryptorrivem commented 11 months ago

This eliminates the issue with the fixed dependency for toml-datetime when trying to import clockwork-sdk with anchor 0.29.0

this dependencies work fine on my end with a clean Cargo.lock

[dependencies]
anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
anchor-spl = { version = "0.29.0", features = ["metadata"] }
mpl-token-auth-rules = "1.4.3"
clockwork-sdk = { path = ".../clockwork/sdk", version = "=2.0.19" }
iamvon commented 11 months ago

Thanks for your contribution!