You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump project version
* Bump references to project version
* Update changelog
* Update README to reflect new print shape
* Add last minute change
* Bump rust version in README
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Inside an Elixir script or [Livebook](https://livebook.dev):
62
62
63
63
```elixir
64
64
Mix.install([
65
-
{:explorer, "~> 0.10.0"}
65
+
{:explorer, "~> 0.11.0"}
66
66
])
67
67
```
68
68
@@ -71,15 +71,15 @@ Or in the `mix.exs` file of your application:
71
71
```elixir
72
72
defdepsdo
73
73
[
74
-
{:explorer, "~> 0.10.0"}
74
+
{:explorer, "~> 0.11.0"}
75
75
]
76
76
end
77
77
```
78
78
79
79
Explorer will download a precompiled version of its native code upon installation. You can force a local build by setting the environment variable `EXPLORER_BUILD=1` and including `:rustler` as a dependency:
0 commit comments