Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Feb 23, 2021
1 parent 7aef724 commit 43a7540
Show file tree
Hide file tree
Showing 55 changed files with 329 additions and 188 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -137,7 +137,7 @@ In order to use this library, just add it as a dependency:

```ini
[dependencies]
run_script = "^0.6.3"
run_script = "^0.6.4"
```

## API Documentation
Expand Down
Empty file added docs/api/.lock
Empty file.
2 changes: 0 additions & 2 deletions docs/api/aliases.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/api/ayu.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/dark.css

Large diffs are not rendered by default.

Binary file added docs/api/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/api/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/api/favicon.ico
Binary file not shown.
24 changes: 24 additions & 0 deletions docs/api/favicon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/api/implementors/core/clone/trait.Clone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/cmp/trait.PartialEq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/fmt/trait.Debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/api/implementors/core/fmt/trait.Display.js
@@ -1,3 +1,3 @@
(function() {var implementors = {};
implementors["run_script"] = [{"text":"impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html\" title=\"trait core::fmt::Display\">Display</a> for <a class=\"struct\" href=\"run_script/types/struct.ScriptError.html\" title=\"struct run_script::types::ScriptError\">ScriptError</a>","synthetic":false,"types":["run_script::types::ScriptError"]}];
implementors["run_script"] = [{"text":"impl Display for ScriptError","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()

0 comments on commit 43a7540

Please sign in to comment.