Skip to content

Commit

Permalink
feat: remove sophon as default in 0_6_5
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Nov 7, 2024
1 parent fe163ef commit dd75c35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Sophon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: sophon reasoning
on:
push:
branches:
- '*'
# - '*'
pull_request:
branches:
- main
# - main

jobs:
reasoning:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "three_body_lang"
description = "Three Body Language written in Rust"
edition = "2021"
version = "0.6.4"
version = "0.6.5"
authors = ["meloalright", "rustq"]
license = "MIT"

Expand All @@ -12,7 +12,7 @@ members = ["interpreter"]
[dependencies]
rustyline = { version = "12.0.0", optional = true }
rustyline-derive = { version = "0.4.0", optional = true }
three_body_interpreter = { version = "0.6.4", path = "./interpreter", features = ["sophon", "threading"] }
three_body_interpreter = { version = "0.6.5", path = "./interpreter", features = ["threading"] }

[[bin]]
name = "3body"
Expand Down
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "three_body_interpreter"
description = "Three Body interpreter"
version = "0.6.4"
version = "0.6.5"
edition = "2021"
authors = ["meloalright", "rustq"]
license = "MIT"
Expand Down

0 comments on commit dd75c35

Please sign in to comment.