Skip to content

Commit

Permalink
Merge pull request #50 from JohanMabille/revert_release
Browse files Browse the repository at this point in the history
Reverts broken release
  • Loading branch information
JohanMabille authored Apr 29, 2024
2 parents bf74795 + 2621bb0 commit 0fc8e26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
luajit: [ON, OFF]
exclude:
- os: macos-latest
luajit: ON

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- cxx-compiler
# Host dependencies
- xeus-zmq>=1.3.0, <2.0
- nlohmann_json
- nlohmann_json=3.11.2
- cppzmq
- xtl>=0.7
- lua>=5.2.0
Expand Down
2 changes: 1 addition & 1 deletion environment-wasm-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- lua
- nlohmann_json
- xeus-lite
- xeus-lite <2.0
- xeus >=3.2.0,<4.0
- xtl >=0.7,<0.8
- xcanvas >=0.4,<5.0
Expand Down
2 changes: 1 addition & 1 deletion include/xeus-lua/xeus_lua_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Project version
#define XEUS_LUA_VERSION_MAJOR 0
#define XEUS_LUA_VERSION_MINOR 7
#define XEUS_LUA_VERSION_PATCH 5
#define XEUS_LUA_VERSION_PATCH 4

// Composing the version string from major, minor and patch
#define XEUS_LUA_CONCATENATE(A, B) XEUS_LUA_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit 0fc8e26

Please sign in to comment.