File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ console = ["rquickjs-extra-console"]
1919sqlite = [" rquickjs-extra-sqlite" ]
2020
2121[dependencies ]
22- rquickjs-extra-console = { path = " modules/console" , optional = true }
23- rquickjs-extra-os = { path = " modules/os" , optional = true }
24- rquickjs-extra-sqlite = { path = " modules/sqlite" , optional = true }
25- rquickjs-extra-timers = { path = " modules/timers" , optional = true }
26- rquickjs-extra-url = { path = " modules/url" , optional = true }
22+ rquickjs-extra-console = { version = " 0.1.0 " , path = " modules/console" , optional = true }
23+ rquickjs-extra-os = { version = " 0.1.0 " , path = " modules/os" , optional = true }
24+ rquickjs-extra-sqlite = { version = " 0.1.0 " , path = " modules/sqlite" , optional = true }
25+ rquickjs-extra-timers = { version = " 0.1.0 " , path = " modules/timers" , optional = true }
26+ rquickjs-extra-url = { version = " 0.1.0 " , path = " modules/url" , optional = true }
2727
2828[workspace ]
2929resolver = " 2"
You can’t perform that action at this time.
0 commit comments