Skip to content

Commit

Permalink
Remove version requirement for example dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 5, 2022
1 parent ed5f5ea commit e3cef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const-cstr = "0.3"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
example_dylib = { path = "example-dylib", version = "0.2" }
example_dylib = { path = "example-dylib" }
current_platform = "0.2"


Expand Down

0 comments on commit e3cef8c

Please sign in to comment.