wrong table name
This commit is contained in:
parent
b7ad25b5ec
commit
80e6dc05ed
|
@ -2073,7 +2073,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nebula-ffi"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"gobuild",
|
||||
|
|
|
@ -13,6 +13,6 @@ pre-build = [
|
|||
"apt-get update && apt-get install --assume-yes wget && wget https://go.dev/dl/go1.20.5.linux-amd64.tar.gz -O /go.tar.gz && tar -C /usr/local -xzf /go.tar.gz && echo \"export PATH=$PATH:/usr/local/go/bin\" >> /etc/profile && touch /go-installed",
|
||||
]
|
||||
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
[target.x86_64-unknown-linux-musl.env]
|
||||
volumes = []
|
||||
passthrough = ["GOPATH=/tmp/gopath", "GOCACHE=/tmp/gocache"]
|
||||
|
|
Loading…
Reference in New Issue